#6AA9DF

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

Shades of Jordy Blue #6AA9DF

Tints of Jordy Blue #6AA9DF

Color information

#6AA9DF (or 0x6AA9DF) is unknown color: approx Jordy Blue. HEX triplet: 6A, A9 and DF. RGB value is (106,169,223). Sum of RGB (Red+Green+Blue) = 106+169+223=498 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.29% from 498); Green value is 169 (66.41% from 255 or 33.94% from 498); Blue value is 223 (87.5% from 255 or 44.78% from 498); Max value from RGB is 223 - color contains mainly: blue. Hex color #6AA9DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AA9DF is #955620. Grayscale: #9C9C9C. Windows color (decimal): -9786913 or 14657898. OLE color: 14657898.

HSL color Cylindrical-coordinate representation of color #6AA9DF: hue angle of 207.69º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6AA9DF is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB106169223-
CMYK0.520.2400.13
HSL207.69º64.64%64.51%-
HSV(B)207.69º52.47%87.45%-
XYZ33.4536.7775.15-
YUV156.32165.6392.11-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.29%
GREEN value IS 169 (66.41% from 255) = 33.94%
BLUE value IS 223 (87.5% from 255) = 44.78%
R=21.29%
G=33.94%
B=44.78%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1061692230.520.2400.13207.6964.6464.51
Hex6AA9DF34180Dd04141
Octal1522513376430015320101101
Binary1101010101010011101111111010011000011011101000010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6AA9DF; }

 p { color: rgb(106,169,223); }

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

<style>
 a { background-color: #6AA9DF; }

 a { background-color: rgb(106,169,223); }

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

<style>
 span { border-color: #6AA9DF; }

 span { border-color: rgb(106,169,223); }

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