#6CACE6

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

Shades of Jordy Blue #6CACE6

Tints of Jordy Blue #6CACE6

Color information

#6CACE6 (or 0x6CACE6) is unknown color: approx Jordy Blue. HEX triplet: 6C, AC and E6. RGB value is (108,172,230). Sum of RGB (Red+Green+Blue) = 108+172+230=510 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.18% from 510); Green value is 172 (67.58% from 255 or 33.73% from 510); Blue value is 230 (90.23% from 255 or 45.10% from 510); Max value from RGB is 230 - color contains mainly: blue. Hex color #6CACE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6CACE6 is #935319. Grayscale: #9F9F9F. Windows color (decimal): -9655066 or 15117420. OLE color: 15117420.

HSL color Cylindrical-coordinate representation of color #6CACE6: hue angle of 208.52º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6CACE6 is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB108172230-
CMYK0.530.2500.10
HSL208.52º70.93%66.27%-
HSV(B)208.52º53.04%90.2%-
XYZ35.2238.4180.42-
YUV159.48167.891.28-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 21.18%
GREEN value IS 172 (67.58% from 255) = 33.73%
BLUE value IS 230 (90.23% from 255) = 45.10%
R=21.18%
G=33.73%
B=45.10%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1081722300.530.2500.10208.5270.9366.27
Hex6CACE635190Ad14742
Octal1542543466531012321107102
Binary1101100101011001110011011010111001010101101000110001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CACE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,172,230); }

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

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

 a { background-color: rgb(108,172,230); }

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

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

 span { border-color: rgb(108,172,230); }

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