Html Css Color HEX #6EABDB Jordy Blue

📋 copy color: '#6EABDB'

red 110 ◦ green 171 ◦ blue 219

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

Shades of Jordy Blue #6EABDB

Tints of Jordy Blue #6EABDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.8%

R = 22%
G = 34.2%
B = 43.8%

CMYK

 C value IS 0.50

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6EABDB (or 0x6EABDB) is known color: Jordy Blue. HEX triplet: 6E, AB and DB. RGB value is (110,171,219). Sum of RGB (Red+Green+Blue) = 110+171+219=500 (66% of max value = 765). Red value is 110 (43.36% from 255 or 22% from 500); Green value is 171 (67.19% from 255 or 34.2% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 219 - color contains mainly: blue. Hex color #6EABDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EABDB is #915424. Grayscale: #9D9D9D. Windows color (decimal): -9524261 or 14396270. OLE color: 14396270.

HSL color Cylindrical-coordinate representation of color #6EABDB: hue angle of 206.42º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EABDB is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 110 171 219 -
CMYK 0.50 0.22 0 0.14
HSL 206.42º 0.6% 0.65% -
HSV(B) 206.42º 0.5% 0.86% -
XYZ 33.78 37.56 72.49 -
YUV 158.23 162.29 93.6 -
System Red Green Blue C M Y K H S L
Decimal 110 171 219 0.50 0.22 0 0.14 206.42 0.6 0.65
Hex 6E AB DB 32 16 0 E CE 3C 41
Octal 156 253 333 62 26 0 16 316 74 101
Binary 1101110 10101011 11011011 110010 10110 0 1110 11001110 111100 1000001

Color Harmonies of #6EABDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EABDB

Black with #6EABDB

Text Example


Text Example

White with #6EABDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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