Html Css Color HEX #6EAAE5 Jordy Blue

📋 copy color: '#6EAAE5'

red 110 ◦ green 170 ◦ blue 229

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

Shades of Jordy Blue #6EAAE5

Tints of Jordy Blue #6EAAE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 44.99%

R = 21.61%
G = 33.4%
B = 44.99%

CMYK

 C value IS 0.52

 M value IS 0.26

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#6EAAE5 (or 0x6EAAE5) is known color: Jordy Blue. HEX triplet: 6E, AA and E5. RGB value is (110,170,229). Sum of RGB (Red+Green+Blue) = 110+170+229=509 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.61% from 509); Green value is 170 (66.80% from 255 or 33.40% from 509); Blue value is 229 (89.84% from 255 or 44.99% from 509); Max value from RGB is 229 - color contains mainly: blue. Hex color #6EAAE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EAAE5 is #91551A. Grayscale: #9E9E9E. Windows color (decimal): -9524507 or 15051374. OLE color: 15051374.

HSL color Cylindrical-coordinate representation of color #6EAAE5: hue angle of 209.75º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6EAAE5 is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 110 170 229 -
CMYK 0.52 0.26 0 0.10
HSL 209.75º 0.7% 0.66% -
HSV(B) 209.75º 0.52% 0.9% -
XYZ 34.95 37.72 79.57 -
YUV 158.79 167.62 93.2 -
System Red Green Blue C M Y K H S L
Decimal 110 170 229 0.52 0.26 0 0.10 209.75 0.7 0.66
Hex 6E AA E5 34 1A 0 A D2 46 42
Octal 156 252 345 64 32 0 12 322 106 102
Binary 1101110 10101010 11100101 110100 11010 0 1010 11010010 1000110 1000010

Color Harmonies of #6EAAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EAAE5

Black with #6EAAE5

Text Example


Text Example

White with #6EAAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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