#6CA6D9

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

Shades of Jordy Blue #6CA6D9

Tints of Jordy Blue #6CA6D9

Color information

#6CA6D9 (or 0x6CA6D9) is unknown color: approx Jordy Blue. HEX triplet: 6C, A6 and D9. RGB value is (108,166,217). Sum of RGB (Red+Green+Blue) = 108+166+217=491 (65% of max value = 765). Red value is 108 (42.58% from 255 or 22.00% from 491); Green value is 166 (65.23% from 255 or 33.81% from 491); Blue value is 217 (85.16% from 255 or 44.20% from 491); Max value from RGB is 217 - color contains mainly: blue. Hex color #6CA6D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CA6D9 is #935926. Grayscale: #9A9A9A. Windows color (decimal): -9656615 or 14263916. OLE color: 14263916.

HSL color Cylindrical-coordinate representation of color #6CA6D9: hue angle of 208.07º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6CA6D9 is Cyan = 0.50, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB108166217-
CMYK0.500.2400.15
HSL208.07º58.92%63.73%-
HSV(B)208.07º50.23%85.1%-
XYZ32.3435.4770.79-
YUV154.47163.2894.85-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.00%
GREEN value IS 166 (65.23% from 255) = 33.81%
BLUE value IS 217 (85.16% from 255) = 44.20%
R=22.00%
G=33.81%
B=44.20%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1081662170.500.2400.15208.0758.9263.73
Hex6CA6D932180Fd03b40
Octal154246331623001732073100
Binary110110010100110110110011100101100001111110100001110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA6D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,166,217); }

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

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

 a { background-color: rgb(108,166,217); }

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

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

 span { border-color: rgb(108,166,217); }

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