#6E9DE0

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

Shades of Jordy Blue #6E9DE0

Tints of Jordy Blue #6E9DE0

Color information

#6E9DE0 (or 0x6E9DE0) is unknown color: approx Jordy Blue. HEX triplet: 6E, 9D and E0. RGB value is (110,157,224). Sum of RGB (Red+Green+Blue) = 110+157+224=491 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.40% from 491); Green value is 157 (61.72% from 255 or 31.98% from 491); Blue value is 224 (87.89% from 255 or 45.62% from 491); Max value from RGB is 224 - color contains mainly: blue. Hex color #6E9DE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E9DE0 is #91621F. Grayscale: #969696. Windows color (decimal): -9527840 or 14720366. OLE color: 14720366.

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

Color convert

RGB110157224-
CMYK0.510.3000.12
HSL215.26º64.77%65.49%-
HSV(B)215.26º50.89%87.84%-
XYZ31.9432.8175.17-
YUV150.58169.4399.05-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.40%
GREEN value IS 157 (61.72% from 255) = 31.98%
BLUE value IS 224 (87.89% from 255) = 45.62%
R=22.40%
G=31.98%
B=45.62%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1101572240.510.3000.12215.2664.7765.49
Hex6E9DE0331E0Cd74141
Octal1562353406336014327101101
Binary1101110100111011110000011001111110011001101011110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E9DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,157,224); }

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

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

 a { background-color: rgb(110,157,224); }

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

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

 span { border-color: rgb(110,157,224); }

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