#6CAADD

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

Shades of Jordy Blue #6CAADD

Tints of Jordy Blue #6CAADD

Color information

#6CAADD (or 0x6CAADD) is unknown color: approx Jordy Blue. HEX triplet: 6C, AA and DD. RGB value is (108,170,221). Sum of RGB (Red+Green+Blue) = 108+170+221=499 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.64% from 499); Green value is 170 (66.80% from 255 or 34.07% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #6CAADD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CAADD is #935522. Grayscale: #9D9D9D. Windows color (decimal): -9655587 or 14527084. OLE color: 14527084.

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

Color convert

RGB108170221-
CMYK0.510.2300.13
HSL207.08º62.43%64.51%-
HSV(B)207.08º51.13%86.67%-
XYZ33.6137.1673.81-
YUV157.28163.9692.85-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 21.64%
GREEN value IS 170 (66.80% from 255) = 34.07%
BLUE value IS 221 (86.72% from 255) = 44.29%
R=21.64%
G=34.07%
B=44.29%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1081702210.510.2300.13207.0862.4364.51
Hex6CAADD33170Dcf3e41
Octal154252335632701531776101
Binary110110010101010110111011100111011101101110011111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CAADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,170,221); }

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

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

 a { background-color: rgb(108,170,221); }

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

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

 span { border-color: rgb(108,170,221); }

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