Html Css Color HEX #6EADE1 Jordy Blue

📋 copy color: '#6EADE1'

red 110 ◦ green 173 ◦ blue 225

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

Shades of Jordy Blue #6EADE1

Tints of Jordy Blue #6EADE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 44.29%

R = 21.65%
G = 34.06%
B = 44.29%

CMYK

 C value IS 0.51

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#6EADE1 (or 0x6EADE1) is known color: Jordy Blue. HEX triplet: 6E, AD and E1. RGB value is (110,173,225). Sum of RGB (Red+Green+Blue) = 110+173+225=508 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.65% from 508); Green value is 173 (67.97% from 255 or 34.06% from 508); Blue value is 225 (88.28% from 255 or 44.29% from 508); Max value from RGB is 225 - color contains mainly: blue. Hex color #6EADE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EADE1 is #91521E. Grayscale: #9F9F9F. Windows color (decimal): -9523743 or 14789998. OLE color: 14789998.

HSL color Cylindrical-coordinate representation of color #6EADE1: hue angle of 207.13º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6EADE1 is Cyan = 0.51, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 110 173 225 -
CMYK 0.51 0.23 0 0.12
HSL 207.13º 0.66% 0.66% -
HSV(B) 207.13º 0.51% 0.88% -
XYZ 34.96 38.64 76.85 -
YUV 160.09 164.63 92.27 -
System Red Green Blue C M Y K H S L
Decimal 110 173 225 0.51 0.23 0 0.12 207.13 0.66 0.66
Hex 6E AD E1 33 17 0 C CF 42 42
Octal 156 255 341 63 27 0 14 317 102 102
Binary 1101110 10101101 11100001 110011 10111 0 1100 11001111 1000010 1000010

Color Harmonies of #6EADE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EADE1

Black with #6EADE1

Text Example


Text Example

White with #6EADE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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