#6EA5EA

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

Shades of Jordy Blue #6EA5EA

Tints of Jordy Blue #6EA5EA

Color information

#6EA5EA (or 0x6EA5EA) is unknown color: approx Jordy Blue. HEX triplet: 6E, A5 and EA. RGB value is (110,165,234). Sum of RGB (Red+Green+Blue) = 110+165+234=509 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.61% from 509); Green value is 165 (64.84% from 255 or 32.42% from 509); Blue value is 234 (91.80% from 255 or 45.97% from 509); Max value from RGB is 234 - color contains mainly: blue. Hex color #6EA5EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6EA5EA is #915A15. Grayscale: #9C9C9C. Windows color (decimal): -9525782 or 15377774. OLE color: 15377774.

HSL color Cylindrical-coordinate representation of color #6EA5EA: hue angle of 213.39º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6EA5EA is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB110165234-
CMYK0.530.2900.08
HSL213.39º74.7%67.45%-
HSV(B)213.39º52.99%91.76%-
XYZ34.7436.1782.99-
YUV156.42171.7894.89-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 21.61%
GREEN value IS 165 (64.84% from 255) = 32.42%
BLUE value IS 234 (91.80% from 255) = 45.97%
R=21.61%
G=32.42%
B=45.97%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1101652340.530.2900.08213.3974.767.45
Hex6EA5EA351D08d54b43
Octal1562453526535010325113103
Binary1101110101001011110101011010111101010001101010110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,165,234); }

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

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

 a { background-color: rgb(110,165,234); }

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

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

 span { border-color: rgb(110,165,234); }

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