Html Css Color HEX #6EABDC Jordy Blue

📋 copy color: '#6EABDC'

red 110 ◦ green 171 ◦ blue 220

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

Shades of Jordy Blue #6EABDC

Tints of Jordy Blue #6EABDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.91%

R = 21.96%
G = 34.13%
B = 43.91%

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

#6EABDC (or 0x6EABDC) is known color: Jordy Blue. HEX triplet: 6E, AB and DC. RGB value is (110,171,220). Sum of RGB (Red+Green+Blue) = 110+171+220=501 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.96% from 501); Green value is 171 (67.19% from 255 or 34.13% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 220 - color contains mainly: blue. Hex color #6EABDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EABDC is #915423. Grayscale: #9E9E9E. Windows color (decimal): -9524260 or 14461806. OLE color: 14461806.

HSL color Cylindrical-coordinate representation of color #6EABDC: hue angle of 206.73º degrees, saturation: 0.61, 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 #6EABDC is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 110 171 220 -
CMYK 0.50 0.22 0 0.14
HSL 206.73º 0.61% 0.65% -
HSV(B) 206.73º 0.5% 0.86% -
XYZ 33.91 37.61 73.18 -
YUV 158.35 162.79 93.52 -
System Red Green Blue C M Y K H S L
Decimal 110 171 220 0.50 0.22 0 0.14 206.73 0.61 0.65
Hex 6E AB DC 32 16 0 E CF 3D 41
Octal 156 253 334 62 26 0 16 317 75 101
Binary 1101110 10101011 11011100 110010 10110 0 1110 11001111 111101 1000001

Color Harmonies of #6EABDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EABDC

Black with #6EABDC

Text Example


Text Example

White with #6EABDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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