Html Css Color HEX #6E9ADB Jordy Blue

📋 copy color: '#6E9ADB'

red 110 ◦ green 154 ◦ blue 219

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

Shades of Jordy Blue #6E9ADB

Tints of Jordy Blue #6E9ADB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.88%

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

R = 22.77%
G = 31.88%
B = 45.34%

CMYK

 C value IS 0.50

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6E9ADB (or 0x6E9ADB) is known color: Jordy Blue. HEX triplet: 6E, 9A and DB. RGB value is (110,154,219). Sum of RGB (Red+Green+Blue) = 110+154+219=483 (63% of max value = 765). Red value is 110 (43.36% from 255 or 22.77% from 483); Green value is 154 (60.55% from 255 or 31.88% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #6E9ADB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E9ADB is #916524. Grayscale: #939393. Windows color (decimal): -9528613 or 14391918. OLE color: 14391918.

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

Color convert

RGB 110 154 219 -
CMYK 0.50 0.30 0 0.14
HSL 215.78º 0.6% 0.65% -
HSV(B) 215.78º 0.5% 0.86% -
XYZ 30.77 31.54 71.48 -
YUV 148.25 167.92 100.71 -
System Red Green Blue C M Y K H S L
Decimal 110 154 219 0.50 0.30 0 0.14 215.78 0.6 0.65
Hex 6E 9A DB 32 1E 0 E D8 3C 41
Octal 156 232 333 62 36 0 16 330 74 101
Binary 1101110 10011010 11011011 110010 11110 0 1110 11011000 111100 1000001

Color Harmonies of #6E9ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E9ADB

Black with #6E9ADB

Text Example


Text Example

White with #6E9ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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