#6E9ED5

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

Shades of Jordy Blue #6E9ED5

Tints of Jordy Blue #6E9ED5

Color information

#6E9ED5 (or 0x6E9ED5) is unknown color: approx Jordy Blue. HEX triplet: 6E, 9E and D5. RGB value is (110,158,213). Sum of RGB (Red+Green+Blue) = 110+158+213=481 (63% of max value = 765). Red value is 110 (43.36% from 255 or 22.87% from 481); Green value is 158 (62.11% from 255 or 32.85% from 481); Blue value is 213 (83.59% from 255 or 44.28% from 481); Max value from RGB is 213 - color contains mainly: blue. Hex color #6E9ED5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E9ED5 is #91612A. Grayscale: #959595. Windows color (decimal): -9527595 or 13999726. OLE color: 13999726.

HSL color Cylindrical-coordinate representation of color #6E9ED5: hue angle of 212.04º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6E9ED5 is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB110158213-
CMYK0.480.2600.16
HSL212.04º55.08%63.33%-
HSV(B)212.04º48.36%83.53%-
XYZ30.6732.5767.62-
YUV149.92163.699.53-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.87%
GREEN value IS 158 (62.11% from 255) = 32.85%
BLUE value IS 213 (83.59% from 255) = 44.28%
R=22.87%
G=32.85%
B=44.28%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1101582130.480.2600.16212.0455.0863.33
Hex6E9ED5301A010d4373f
Octal15623632560320203246777
Binary110111010011110110101011100001101001000011010100110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E9ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,158,213); }

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

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

 a { background-color: rgb(110,158,213); }

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

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

 span { border-color: rgb(110,158,213); }

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