Html Css Color HEX #6EAAED Jordy Blue

📋 copy color: '#6EAAED'

red 110 ◦ green 170 ◦ blue 237

#6EAAED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jordy Blue #6EAAED

Tints of Jordy Blue #6EAAED

RGB

 RED value IS 110 (43.36% from 255) = 21.28%

 GREEN value IS 170 (66.8% from 255) = 32.88%

 BLUE value IS 237 (92.97% from 255) = 45.84%

R = 21.28%
G = 32.88%
B = 45.84%

CMYK

 C value IS 0.54

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6EAAED (or 0x6EAAED) is known color: Jordy Blue. HEX triplet: 6E, AA and ED. RGB value is (110,170,237). Sum of RGB (Red+Green+Blue) = 110+170+237=517 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.28% from 517); Green value is 170 (66.80% from 255 or 32.88% from 517); Blue value is 237 (92.97% from 255 or 45.84% from 517); Max value from RGB is 237 - color contains mainly: blue. Hex color #6EAAED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6EAAED is #915512. Grayscale: #9F9F9F. Windows color (decimal): -9524499 or 15575662. OLE color: 15575662.

HSL color Cylindrical-coordinate representation of color #6EAAED: hue angle of 211.65º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6EAAED is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 110 170 237 -
CMYK 0.54 0.28 0 0.07
HSL 211.65º 0.78% 0.68% -
HSV(B) 211.65º 0.54% 0.93% -
XYZ 36.09 38.18 85.59 -
YUV 159.7 171.62 92.55 -
System Red Green Blue C M Y K H S L
Decimal 110 170 237 0.54 0.28 0 0.07 211.65 0.78 0.68
Hex 6E AA ED 36 1C 0 7 D4 4E 44
Octal 156 252 355 66 34 0 7 324 116 104
Binary 1101110 10101010 11101101 110110 11100 0 111 11010100 1001110 1000100

Color Harmonies of #6EAAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EAAED

Black with #6EAAED

Text Example


Text Example

White with #6EAAED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,170,237); }

 H1.HeaderClassName
 {
   color: #6EAAED;
 }
 .AnyTagClassName
 {
   color: #6EAAED;
 }
</style>

background-color css

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

 a { background-color: rgb(110,170,237); }

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

border-color css

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

 span { border-color: rgb(110,170,237); }

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