#6EA9D5

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

Shades of Jordy Blue #6EA9D5

Tints of Jordy Blue #6EA9D5

Color information

#6EA9D5 (or 0x6EA9D5) is unknown color: approx Jordy Blue. HEX triplet: 6E, A9 and D5. RGB value is (110,169,213). Sum of RGB (Red+Green+Blue) = 110+169+213=492 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.36% from 492); Green value is 169 (66.41% from 255 or 34.35% from 492); Blue value is 213 (83.59% from 255 or 43.29% from 492); Max value from RGB is 213 - color contains mainly: blue. Hex color #6EA9D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EA9D5 is #91562A. Grayscale: #9C9C9C. Windows color (decimal): -9524779 or 14002542. OLE color: 14002542.

HSL color Cylindrical-coordinate representation of color #6EA9D5: hue angle of 205.63º 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 #6EA9D5 is Cyan = 0.48, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB110169213-
CMYK0.480.2100.16
HSL205.63º55.08%63.33%-
HSV(B)205.63º48.36%83.53%-
XYZ32.6336.568.28-
YUV156.38159.9594.92-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.36%
GREEN value IS 169 (66.41% from 255) = 34.35%
BLUE value IS 213 (83.59% from 255) = 43.29%
R=22.36%
G=34.35%
B=43.29%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1101692130.480.2100.16205.6355.0863.33
Hex6EA9D53015010ce373f
Octal15625132560250203166777
Binary110111010101001110101011100001010101000011001110110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA9D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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