Html Css Color HEX #6EADE4 Jordy Blue

📋 copy color: '#6EADE4'

red 110 ◦ green 173 ◦ blue 228

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

Shades of Jordy Blue #6EADE4

Tints of Jordy Blue #6EADE4

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.86%

 BLUE value IS 228 (89.45% from 255) = 44.62%

R = 21.53%
G = 33.86%
B = 44.62%

CMYK

 C value IS 0.52

 M value IS 0.24

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#6EADE4 (or 0x6EADE4) is known color: Jordy Blue. HEX triplet: 6E, AD and E4. RGB value is (110,173,228). Sum of RGB (Red+Green+Blue) = 110+173+228=511 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.53% from 511); Green value is 173 (67.97% from 255 or 33.86% from 511); Blue value is 228 (89.45% from 255 or 44.62% from 511); Max value from RGB is 228 - color contains mainly: blue. Hex color #6EADE4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EADE4 is #91521B. Grayscale: #A0A0A0. Windows color (decimal): -9523740 or 14986606. OLE color: 14986606.

HSL color Cylindrical-coordinate representation of color #6EADE4: hue angle of 207.97º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6EADE4 is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 110 173 228 -
CMYK 0.52 0.24 0 0.11
HSL 207.97º 0.69% 0.66% -
HSV(B) 207.97º 0.52% 0.89% -
XYZ 35.38 38.8 79.02 -
YUV 160.43 166.13 92.03 -
System Red Green Blue C M Y K H S L
Decimal 110 173 228 0.52 0.24 0 0.11 207.97 0.69 0.66
Hex 6E AD E4 34 18 0 B D0 45 42
Octal 156 255 344 64 30 0 13 320 105 102
Binary 1101110 10101101 11100100 110100 11000 0 1011 11010000 1000101 1000010

Color Harmonies of #6EADE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EADE4

Black with #6EADE4

Text Example


Text Example

White with #6EADE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,173,228); }

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

background-color css

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

 a { background-color: rgb(110,173,228); }

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

border-color css

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

 span { border-color: rgb(110,173,228); }

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