Html Css Color HEX #6EADEE Jordy Blue

📋 copy color: '#6EADEE'

red 110 ◦ green 173 ◦ blue 238

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

Shades of Jordy Blue #6EADEE

Tints of Jordy Blue #6EADEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.68%

R = 21.11%
G = 33.21%
B = 45.68%

CMYK

 C value IS 0.54

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6EADEE (or 0x6EADEE) is known color: Jordy Blue. HEX triplet: 6E, AD and EE. RGB value is (110,173,238). Sum of RGB (Red+Green+Blue) = 110+173+238=521 (69% of max value = 765). Red value is 110 (43.36% from 255 or 21.11% from 521); Green value is 173 (67.97% from 255 or 33.21% from 521); Blue value is 238 (93.36% from 255 or 45.68% from 521); Max value from RGB is 238 - color contains mainly: blue. Hex color #6EADEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6EADEE is #915211. Grayscale: #A1A1A1. Windows color (decimal): -9523730 or 15641966. OLE color: 15641966.

HSL color Cylindrical-coordinate representation of color #6EADEE: hue angle of 210.47º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6EADEE is Cyan = 0.54, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 110 173 238 -
CMYK 0.54 0.27 0 0.07
HSL 210.47º 0.79% 0.68% -
HSV(B) 210.47º 0.54% 0.93% -
XYZ 36.81 39.38 86.55 -
YUV 161.57 171.13 91.21 -
System Red Green Blue C M Y K H S L
Decimal 110 173 238 0.54 0.27 0 0.07 210.47 0.79 0.68
Hex 6E AD EE 36 1B 0 7 D2 4F 44
Octal 156 255 356 66 33 0 7 322 117 104
Binary 1101110 10101101 11101110 110110 11011 0 111 11010010 1001111 1000100

Color Harmonies of #6EADEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EADEE

Black with #6EADEE

Text Example


Text Example

White with #6EADEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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