Html Css Color HEX #6EAADB Jordy Blue

📋 copy color: '#6EAADB'

red 110 ◦ green 170 ◦ blue 219

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

Shades of Jordy Blue #6EAADB

Tints of Jordy Blue #6EAADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.89%

R = 22.04%
G = 34.07%
B = 43.89%

CMYK

 C value IS 0.50

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6EAADB (or 0x6EAADB) is known color: Jordy Blue. HEX triplet: 6E, AA and DB. RGB value is (110,170,219). Sum of RGB (Red+Green+Blue) = 110+170+219=499 (66% of max value = 765). Red value is 110 (43.36% from 255 or 22.04% from 499); Green value is 170 (66.80% from 255 or 34.07% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #6EAADB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EAADB is #915524. Grayscale: #9D9D9D. Windows color (decimal): -9524517 or 14396014. OLE color: 14396014.

HSL color Cylindrical-coordinate representation of color #6EAADB: hue angle of 206.97º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EAADB is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 110 170 219 -
CMYK 0.50 0.22 0 0.14
HSL 206.97º 0.6% 0.65% -
HSV(B) 206.97º 0.5% 0.86% -
XYZ 33.59 37.18 72.42 -
YUV 157.65 162.62 94.02 -
System Red Green Blue C M Y K H S L
Decimal 110 170 219 0.50 0.22 0 0.14 206.97 0.6 0.65
Hex 6E AA DB 32 16 0 E CF 3C 41
Octal 156 252 333 62 26 0 16 317 74 101
Binary 1101110 10101010 11011011 110010 10110 0 1110 11001111 111100 1000001

Color Harmonies of #6EAADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EAADB

Black with #6EAADB

Text Example


Text Example

White with #6EAADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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