Html Css Color HEX #6EAADA Jordy Blue

📋 copy color: '#6EAADA'

red 110 ◦ green 170 ◦ blue 218

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

Shades of Jordy Blue #6EAADA

Tints of Jordy Blue #6EAADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.78%

R = 22.09%
G = 34.14%
B = 43.78%

CMYK

 C value IS 0.50

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6EAADA (or 0x6EAADA) is known color: Jordy Blue. HEX triplet: 6E, AA and DA. RGB value is (110,170,218). Sum of RGB (Red+Green+Blue) = 110+170+218=498 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.09% from 498); Green value is 170 (66.80% from 255 or 34.14% from 498); Blue value is 218 (85.55% from 255 or 43.78% from 498); Max value from RGB is 218 - color contains mainly: blue. Hex color #6EAADA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EAADA is #915525. Grayscale: #9D9D9D. Windows color (decimal): -9524518 or 14330478. OLE color: 14330478.

HSL color Cylindrical-coordinate representation of color #6EAADA: hue angle of 206.67º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EAADA is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 110 170 218 -
CMYK 0.50 0.22 0 0.15
HSL 206.67º 0.59% 0.64% -
HSV(B) 206.67º 0.5% 0.85% -
XYZ 33.46 37.13 71.73 -
YUV 157.53 162.12 94.1 -
System Red Green Blue C M Y K H S L
Decimal 110 170 218 0.50 0.22 0 0.15 206.67 0.59 0.64
Hex 6E AA DA 32 16 0 F CF 3B 40
Octal 156 252 332 62 26 0 17 317 73 100
Binary 1101110 10101010 11011010 110010 10110 0 1111 11001111 111011 1000000

Color Harmonies of #6EAADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EAADA

Black with #6EAADA

Text Example


Text Example

White with #6EAADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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