#6CACE3

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

Shades of Jordy Blue #6CACE3

Tints of Jordy Blue #6CACE3

Color information

#6CACE3 (or 0x6CACE3) is unknown color: approx Jordy Blue. HEX triplet: 6C, AC and E3. RGB value is (108,172,227). Sum of RGB (Red+Green+Blue) = 108+172+227=507 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.30% from 507); Green value is 172 (67.58% from 255 or 33.93% from 507); Blue value is 227 (89.06% from 255 or 44.77% from 507); Max value from RGB is 227 - color contains mainly: blue. Hex color #6CACE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CACE3 is #93531C. Grayscale: #9E9E9E. Windows color (decimal): -9655069 or 14920812. OLE color: 14920812.

HSL color Cylindrical-coordinate representation of color #6CACE3: hue angle of 207.73º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6CACE3 is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB108172227-
CMYK0.520.2400.11
HSL207.73º68%65.69%-
HSV(B)207.73º52.42%89.02%-
XYZ34.838.2478.22-
YUV159.13166.391.53-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 21.30%
GREEN value IS 172 (67.58% from 255) = 33.93%
BLUE value IS 227 (89.06% from 255) = 44.77%
R=21.30%
G=33.93%
B=44.77%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1081722270.520.2400.11207.736865.69
Hex6CACE334180Bd04442
Octal1542543436430013320104102
Binary1101100101011001110001111010011000010111101000010001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CACE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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