Html Css Color HEX #6EA6DC Jordy Blue

📋 copy color: '#6EA6DC'

red 110 ◦ green 166 ◦ blue 220

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

Shades of Jordy Blue #6EA6DC

Tints of Jordy Blue #6EA6DC

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33.47%

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

R = 22.18%
G = 33.47%
B = 44.35%

CMYK

 C value IS 0.50

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6EA6DC (or 0x6EA6DC) is known color: Jordy Blue. HEX triplet: 6E, A6 and DC. RGB value is (110,166,220). Sum of RGB (Red+Green+Blue) = 110+166+220=496 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.18% from 496); Green value is 166 (65.23% from 255 or 33.47% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #6EA6DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EA6DC is #915923. Grayscale: #9B9B9B. Windows color (decimal): -9525540 or 14460526. OLE color: 14460526.

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

Color convert

RGB 110 166 220 -
CMYK 0.50 0.25 0 0.14
HSL 209.45º 0.61% 0.65% -
HSV(B) 209.45º 0.5% 0.86% -
XYZ 32.98 35.75 72.87 -
YUV 155.41 164.45 95.61 -
System Red Green Blue C M Y K H S L
Decimal 110 166 220 0.50 0.25 0 0.14 209.45 0.61 0.65
Hex 6E A6 DC 32 19 0 E D1 3D 41
Octal 156 246 334 62 31 0 16 321 75 101
Binary 1101110 10100110 11011100 110010 11001 0 1110 11010001 111101 1000001

Color Harmonies of #6EA6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EA6DC

Black with #6EA6DC

Text Example


Text Example

White with #6EA6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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