#6CA8DD

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

Shades of Jordy Blue #6CA8DD

Tints of Jordy Blue #6CA8DD

Color information

#6CA8DD (or 0x6CA8DD) is unknown color: approx Jordy Blue. HEX triplet: 6C, A8 and DD. RGB value is (108,168,221). Sum of RGB (Red+Green+Blue) = 108+168+221=497 (65% of max value = 765). Red value is 108 (42.58% from 255 or 21.73% from 497); Green value is 168 (66.02% from 255 or 33.80% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #6CA8DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CA8DD is #935722. Grayscale: #9B9B9B. Windows color (decimal): -9656099 or 14526572. OLE color: 14526572.

HSL color Cylindrical-coordinate representation of color #6CA8DD: hue angle of 208.14º 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 #6CA8DD is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB108168221-
CMYK0.510.2400.13
HSL208.14º62.43%64.51%-
HSV(B)208.14º51.13%86.67%-
XYZ33.2436.4173.68-
YUV156.1164.6293.69-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 21.73%
GREEN value IS 168 (66.02% from 255) = 33.80%
BLUE value IS 221 (86.72% from 255) = 44.47%
R=21.73%
G=33.80%
B=44.47%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1081682210.510.2400.13208.1462.4364.51
Hex6CA8DD33180Dd03e41
Octal154250335633001532076101
Binary110110010101000110111011100111100001101110100001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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