Html Css Color HEX #6EA7DB Jordy Blue

📋 copy color: '#6EA7DB'

red 110 ◦ green 167 ◦ blue 219

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

Shades of Jordy Blue #6EA7DB

Tints of Jordy Blue #6EA7DB

RGB

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

 GREEN value IS 167 (65.63% from 255) = 33.67%

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

R = 22.18%
G = 33.67%
B = 44.15%

CMYK

 C value IS 0.50

 M value IS 0.24

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6EA7DB (or 0x6EA7DB) is known color: Jordy Blue. HEX triplet: 6E, A7 and DB. RGB value is (110,167,219). Sum of RGB (Red+Green+Blue) = 110+167+219=496 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.18% from 496); Green value is 167 (65.62% from 255 or 33.67% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #6EA7DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EA7DB is #915824. Grayscale: #9B9B9B. Windows color (decimal): -9525285 or 14395246. OLE color: 14395246.

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

Color convert

RGB 110 167 219 -
CMYK 0.50 0.24 0 0.14
HSL 208.62º 0.6% 0.65% -
HSV(B) 208.62º 0.5% 0.86% -
XYZ 33.04 36.07 72.24 -
YUV 155.89 163.62 95.27 -
System Red Green Blue C M Y K H S L
Decimal 110 167 219 0.50 0.24 0 0.14 208.62 0.6 0.65
Hex 6E A7 DB 32 18 0 E D1 3C 41
Octal 156 247 333 62 30 0 16 321 74 101
Binary 1101110 10100111 11011011 110010 11000 0 1110 11010001 111100 1000001

Color Harmonies of #6EA7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EA7DB

Black with #6EA7DB

Text Example


Text Example

White with #6EA7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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