Html Css Color HEX #6E96BE Shakespeare

📋 copy color: '#6E96BE'

red 110 ◦ green 150 ◦ blue 190

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

Shades of Shakespeare #6E96BE

Tints of Shakespeare #6E96BE

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.33%

 BLUE value IS 190 (74.61% from 255) = 42.22%

R = 24.44%
G = 33.33%
B = 42.22%

CMYK

 C value IS 0.42

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6E96BE (or 0x6E96BE) is known color: Shakespeare. HEX triplet: 6E, 96 and BE. RGB value is (110,150,190). Sum of RGB (Red+Green+Blue) = 110+150+190=450 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.44% from 450); Green value is 150 (58.98% from 255 or 33.33% from 450); Blue value is 190 (74.61% from 255 or 42.22% from 450); Max value from RGB is 190 - color contains mainly: blue. Hex color #6E96BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E96BE is #916941. Grayscale: #8E8E8E. Windows color (decimal): -9529666 or 12490350. OLE color: 12490350.

HSL color Cylindrical-coordinate representation of color #6E96BE: hue angle of 210º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6E96BE is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 110 150 190 -
CMYK 0.42 0.21 0 0.25
HSL 210º 0.38% 0.59% -
HSV(B) 210º 0.42% 0.75% -
XYZ 26.63 28.85 52.88 -
YUV 142.6 154.75 104.75 -
System Red Green Blue C M Y K H S L
Decimal 110 150 190 0.42 0.21 0 0.25 210 0.38 0.59
Hex 6E 96 BE 2A 15 0 19 D2 26 3B
Octal 156 226 276 52 25 0 31 322 46 73
Binary 1101110 10010110 10111110 101010 10101 0 11001 11010010 100110 111011

Color Harmonies of #6E96BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E96BE

Black with #6E96BE

Text Example


Text Example

White with #6E96BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,150,190); }

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

background-color css

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

 a { background-color: rgb(110,150,190); }

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

border-color css

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

 span { border-color: rgb(110,150,190); }

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