#6CABE2

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

Shades of Jordy Blue #6CABE2

Tints of Jordy Blue #6CABE2

Color information

#6CABE2 (or 0x6CABE2) is unknown color: approx Jordy Blue. HEX triplet: 6C, AB and E2. RGB value is (108,171,226). Sum of RGB (Red+Green+Blue) = 108+171+226=505 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.39% from 505); Green value is 171 (67.19% from 255 or 33.86% from 505); Blue value is 226 (88.67% from 255 or 44.75% from 505); Max value from RGB is 226 - color contains mainly: blue. Hex color #6CABE2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CABE2 is #93541D. Grayscale: #9E9E9E. Windows color (decimal): -9655326 or 14855020. OLE color: 14855020.

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

Color convert

RGB108171226-
CMYK0.520.2400.11
HSL207.97º67.05%65.49%-
HSV(B)207.97º52.21%88.63%-
XYZ34.4737.877.43-
YUV158.43166.1392.03-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 21.39%
GREEN value IS 171 (67.19% from 255) = 33.86%
BLUE value IS 226 (88.67% from 255) = 44.75%
R=21.39%
G=33.86%
B=44.75%

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
Decimal1081712260.520.2400.11207.9767.0565.49
Hex6CABE234180Bd04341
Octal1542533426430013320103101
Binary1101100101010111110001011010011000010111101000010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CABE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,171,226); }

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

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

 a { background-color: rgb(108,171,226); }

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

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

 span { border-color: rgb(108,171,226); }

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