#6CA7DB

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

Shades of Jordy Blue #6CA7DB

Tints of Jordy Blue #6CA7DB

Color information

#6CA7DB (or 0x6CA7DB) is unknown color: approx Jordy Blue. HEX triplet: 6C, A7 and DB. RGB value is (108,167,219). Sum of RGB (Red+Green+Blue) = 108+167+219=494 (65% of max value = 765). Red value is 108 (42.58% from 255 or 21.86% from 494); Green value is 167 (65.62% from 255 or 33.81% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #6CA7DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CA7DB is #935824. Grayscale: #9B9B9B. Windows color (decimal): -9656357 or 14395244. OLE color: 14395244.

HSL color Cylindrical-coordinate representation of color #6CA7DB: hue angle of 208.11º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6CA7DB is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB108167219-
CMYK0.510.2400.14
HSL208.11º60.66%64.12%-
HSV(B)208.11º50.68%85.88%-
XYZ32.7935.9472.23-
YUV155.29163.9594.27-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 21.86%
GREEN value IS 167 (65.62% from 255) = 33.81%
BLUE value IS 219 (85.94% from 255) = 44.33%
R=21.86%
G=33.81%
B=44.33%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1081672190.510.2400.14208.1160.6664.12
Hex6CA7DB33180Ed03d40
Octal154247333633001632075100
Binary110110010100111110110111100111100001110110100001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,167,219); }

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

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

 a { background-color: rgb(108,167,219); }

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

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

 span { border-color: rgb(108,167,219); }

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