#69A6E7

Color #69A6E7 Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #69A6E7

Tints of Jordy Blue #69A6E7

Color information

#69A6E7 (or 0x69A6E7) is unknown color: approx Jordy Blue. HEX triplet: 69, A6 and E7. RGB value is (105,166,231). Sum of RGB (Red+Green+Blue) = 105+166+231=502 (66% of max value = 765). Red value is 105 (41.41% from 255 or 20.92% from 502); Green value is 166 (65.23% from 255 or 33.07% from 502); Blue value is 231 (90.62% from 255 or 46.02% from 502); Max value from RGB is 231 - color contains mainly: blue. Hex color #69A6E7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #69A6E7 is #965918. Grayscale: #9A9A9A. Windows color (decimal): -9853209 or 15181417. OLE color: 15181417.

HSL color Cylindrical-coordinate representation of color #69A6E7: hue angle of 210.95º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #69A6E7 is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB105166231-
CMYK0.550.2800.09
HSL210.95º72.41%65.88%-
HSV(B)210.95º54.55%90.59%-
XYZ33.8936.0580.77-
YUV155.17170.7992.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 20.92%
GREEN value IS 166 (65.23% from 255) = 33.07%
BLUE value IS 231 (90.62% from 255) = 46.02%
R=20.92%
G=33.07%
B=46.02%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1051662310.550.2800.09210.9572.4165.88
Hex69A6E7371C09d34842
Octal1512463476734011323110102
Binary1101001101001101110011111011111100010011101001110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A6E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69A6E7; }

 p { color: rgb(105,166,231); }

 H1.HeaderClassName
 {
   color: #69A6E7;
 }
 .AnyTagClassName
 {
   color: #69A6E7;
 }
</style>
background-color css

<style>
 a { background-color: #69A6E7; }

 a { background-color: rgb(105,166,231); }

 div.DivClassName
 {
   background-color: #69A6E7;
 }
 .BgClassName
 {
   background-color: #69A6E7;
 }
</style>
border-color css

<style>
 span { border-color: #69A6E7; }

 span { border-color: rgb(105,166,231); }

 td.TdClassName
 {
   border-color: #69A6E7;
 }
 .TagClassName
 {
   border-color: #69A6E7;
 }
</style>