#6EA2DB

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

Shades of Jordy Blue #6EA2DB

Tints of Jordy Blue #6EA2DB

Color information

#6EA2DB (or 0x6EA2DB) is unknown color: approx Jordy Blue. HEX triplet: 6E, A2 and DB. RGB value is (110,162,219). Sum of RGB (Red+Green+Blue) = 110+162+219=491 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.40% from 491); Green value is 162 (63.67% from 255 or 32.99% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #6EA2DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EA2DB is #915D24. Grayscale: #989898. Windows color (decimal): -9526565 or 14393966. OLE color: 14393966.

HSL color Cylindrical-coordinate representation of color #6EA2DB: hue angle of 211.38º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EA2DB is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB110162219-
CMYK0.500.2600.14
HSL211.38º60.22%64.51%-
HSV(B)211.38º49.77%85.88%-
XYZ32.1434.2771.94-
YUV152.95165.2797.37-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.40%
GREEN value IS 162 (63.67% from 255) = 32.99%
BLUE value IS 219 (85.94% from 255) = 44.60%
R=22.40%
G=32.99%
B=44.60%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1101622190.500.2600.14211.3860.2264.51
Hex6EA2DB321A0Ed33c41
Octal156242333623201632374101
Binary110111010100010110110111100101101001110110100111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,162,219); }

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

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

 a { background-color: rgb(110,162,219); }

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

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

 span { border-color: rgb(110,162,219); }

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