Html Css Color HEX #6EABDE Jordy Blue

📋 copy color: '#6EABDE'

red 110 ◦ green 171 ◦ blue 222

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

Shades of Jordy Blue #6EABDE

Tints of Jordy Blue #6EABDE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34%

 BLUE value IS 222 (87.11% from 255) = 44.14%

R = 21.87%
G = 34%
B = 44.14%

CMYK

 C value IS 0.50

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6EABDE (or 0x6EABDE) is known color: Jordy Blue. HEX triplet: 6E, AB and DE. RGB value is (110,171,222). Sum of RGB (Red+Green+Blue) = 110+171+222=503 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.87% from 503); Green value is 171 (67.19% from 255 or 34.00% from 503); Blue value is 222 (87.11% from 255 or 44.14% from 503); Max value from RGB is 222 - color contains mainly: blue. Hex color #6EABDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EABDE is #915421. Grayscale: #9E9E9E. Windows color (decimal): -9524258 or 14592878. OLE color: 14592878.

HSL color Cylindrical-coordinate representation of color #6EABDE: hue angle of 207.32º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EABDE is Cyan = 0.50, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 110 171 222 -
CMYK 0.50 0.23 0 0.13
HSL 207.32º 0.63% 0.65% -
HSV(B) 207.32º 0.5% 0.87% -
XYZ 34.18 37.71 74.59 -
YUV 158.58 163.79 93.35 -
System Red Green Blue C M Y K H S L
Decimal 110 171 222 0.50 0.23 0 0.13 207.32 0.63 0.65
Hex 6E AB DE 32 17 0 D CF 3F 41
Octal 156 253 336 62 27 0 15 317 77 101
Binary 1101110 10101011 11011110 110010 10111 0 1101 11001111 111111 1000001

Color Harmonies of #6EABDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EABDE

Black with #6EABDE

Text Example


Text Example

White with #6EABDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,171,222); }

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

background-color css

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

 a { background-color: rgb(110,171,222); }

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

border-color css

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

 span { border-color: rgb(110,171,222); }

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