#69A6E2

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

Shades of Jordy Blue #69A6E2

Tints of Jordy Blue #69A6E2

Color information

#69A6E2 (or 0x69A6E2) is unknown color: approx Jordy Blue. HEX triplet: 69, A6 and E2. RGB value is (105,166,226). Sum of RGB (Red+Green+Blue) = 105+166+226=497 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.13% from 497); Green value is 166 (65.23% from 255 or 33.40% from 497); Blue value is 226 (88.67% from 255 or 45.47% from 497); Max value from RGB is 226 - color contains mainly: blue. Hex color #69A6E2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69A6E2 is #96591D. Grayscale: #9A9A9A. Windows color (decimal): -9853214 or 14853737. OLE color: 14853737.

HSL color Cylindrical-coordinate representation of color #69A6E2: hue angle of 209.75º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #69A6E2 is Cyan = 0.54, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB105166226-
CMYK0.540.2700.11
HSL209.75º67.6%64.9%-
HSV(B)209.75º53.54%88.63%-
XYZ33.1935.7777.11-
YUV154.6168.2992.62-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.13%
GREEN value IS 166 (65.23% from 255) = 33.40%
BLUE value IS 226 (88.67% from 255) = 45.47%
R=21.13%
G=33.40%
B=45.47%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1051662260.540.2700.11209.7567.664.9
Hex69A6E2361B0Bd24441
Octal1512463426633013322104101
Binary1101001101001101110001011011011011010111101001010001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A6E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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