Html Css Color HEX #6EAADD Jordy Blue

📋 copy color: '#6EAADD'

red 110 ◦ green 170 ◦ blue 221

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

Shades of Jordy Blue #6EAADD

Tints of Jordy Blue #6EAADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.11%

R = 21.96%
G = 33.93%
B = 44.11%

CMYK

 C value IS 0.50

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6EAADD (or 0x6EAADD) is known color: Jordy Blue. HEX triplet: 6E, AA and DD. RGB value is (110,170,221). Sum of RGB (Red+Green+Blue) = 110+170+221=501 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.96% from 501); Green value is 170 (66.80% from 255 or 33.93% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 221 - color contains mainly: blue. Hex color #6EAADD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EAADD is #915522. Grayscale: #9D9D9D. Windows color (decimal): -9524515 or 14527086. OLE color: 14527086.

HSL color Cylindrical-coordinate representation of color #6EAADD: hue angle of 207.57º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EAADD is Cyan = 0.50, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 110 170 221 -
CMYK 0.50 0.23 0 0.13
HSL 207.57º 0.62% 0.65% -
HSV(B) 207.57º 0.5% 0.87% -
XYZ 33.86 37.28 73.82 -
YUV 157.87 163.62 93.85 -
System Red Green Blue C M Y K H S L
Decimal 110 170 221 0.50 0.23 0 0.13 207.57 0.62 0.65
Hex 6E AA DD 32 17 0 D D0 3E 41
Octal 156 252 335 62 27 0 15 320 76 101
Binary 1101110 10101010 11011101 110010 10111 0 1101 11010000 111110 1000001

Color Harmonies of #6EAADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EAADD

Black with #6EAADD

Text Example


Text Example

White with #6EAADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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