#6EABE1

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

Shades of Jordy Blue #6EABE1

Tints of Jordy Blue #6EABE1

Color information

#6EABE1 (or 0x6EABE1) is unknown color: approx Jordy Blue. HEX triplet: 6E, AB and E1. RGB value is (110,171,225). Sum of RGB (Red+Green+Blue) = 110+171+225=506 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.74% from 506); Green value is 171 (67.19% from 255 or 33.79% from 506); Blue value is 225 (88.28% from 255 or 44.47% from 506); Max value from RGB is 225 - color contains mainly: blue. Hex color #6EABE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EABE1 is #91541E. Grayscale: #9E9E9E. Windows color (decimal): -9524255 or 14789486. OLE color: 14789486.

HSL color Cylindrical-coordinate representation of color #6EABE1: hue angle of 208.17º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6EABE1 is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB110171225-
CMYK0.510.2400.12
HSL208.17º65.71%65.69%-
HSV(B)208.17º51.11%88.24%-
XYZ34.5837.8876.72-
YUV158.92165.2993.11-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 21.74%
GREEN value IS 171 (67.19% from 255) = 33.79%
BLUE value IS 225 (88.28% from 255) = 44.47%
R=21.74%
G=33.79%
B=44.47%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1101712250.510.2400.12208.1765.7165.69
Hex6EABE133180Cd04242
Octal1562533416330014320102102
Binary1101110101010111110000111001111000011001101000010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EABE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,171,225); }

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

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

 a { background-color: rgb(110,171,225); }

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

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

 span { border-color: rgb(110,171,225); }

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