#6CACE7

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

Shades of Jordy Blue #6CACE7

Tints of Jordy Blue #6CACE7

Color information

#6CACE7 (or 0x6CACE7) is unknown color: approx Jordy Blue. HEX triplet: 6C, AC and E7. RGB value is (108,172,231). Sum of RGB (Red+Green+Blue) = 108+172+231=511 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.14% from 511); Green value is 172 (67.58% from 255 or 33.66% from 511); Blue value is 231 (90.62% from 255 or 45.21% from 511); Max value from RGB is 231 - color contains mainly: blue. Hex color #6CACE7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6CACE7 is #935318. Grayscale: #9F9F9F. Windows color (decimal): -9655065 or 15182956. OLE color: 15182956.

HSL color Cylindrical-coordinate representation of color #6CACE7: hue angle of 208.78º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6CACE7 is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB108172231-
CMYK0.530.2600.09
HSL208.78º71.93%66.47%-
HSV(B)208.78º53.25%90.59%-
XYZ35.3638.4681.16-
YUV159.59168.391.2-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 21.14%
GREEN value IS 172 (67.58% from 255) = 33.66%
BLUE value IS 231 (90.62% from 255) = 45.21%
R=21.14%
G=33.66%
B=45.21%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1081722310.530.2600.09208.7871.9366.47
Hex6CACE7351A09d14842
Octal1542543476532011321110102
Binary1101100101011001110011111010111010010011101000110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CACE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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