Html Css Color HEX #6E9FDB Jordy Blue

📋 copy color: '#6E9FDB'

red 110 ◦ green 159 ◦ blue 219

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

Shades of Jordy Blue #6E9FDB

Tints of Jordy Blue #6E9FDB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.58%

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

R = 22.54%
G = 32.58%
B = 44.88%

CMYK

 C value IS 0.50

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6E9FDB (or 0x6E9FDB) is known color: Jordy Blue. HEX triplet: 6E, 9F and DB. RGB value is (110,159,219). Sum of RGB (Red+Green+Blue) = 110+159+219=488 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.54% from 488); Green value is 159 (62.5% from 255 or 32.58% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #6E9FDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E9FDB is #916024. Grayscale: #969696. Windows color (decimal): -9527333 or 14393198. OLE color: 14393198.

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

Color convert

RGB 110 159 219 -
CMYK 0.50 0.27 0 0.14
HSL 213.03º 0.6% 0.65% -
HSV(B) 213.03º 0.5% 0.86% -
XYZ 31.61 33.23 71.76 -
YUV 151.19 166.27 98.62 -
System Red Green Blue C M Y K H S L
Decimal 110 159 219 0.50 0.27 0 0.14 213.03 0.6 0.65
Hex 6E 9F DB 32 1B 0 E D5 3C 41
Octal 156 237 333 62 33 0 16 325 74 101
Binary 1101110 10011111 11011011 110010 11011 0 1110 11010101 111100 1000001

Color Harmonies of #6E9FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E9FDB

Black with #6E9FDB

Text Example


Text Example

White with #6E9FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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