#6896BE

Color #6896BE Shakespeare (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shakespeare #6896BE

Tints of Shakespeare #6896BE

Color information

#6896BE (or 0x6896BE) is unknown color: approx Shakespeare. HEX triplet: 68, 96 and BE. RGB value is (104,150,190). Sum of RGB (Red+Green+Blue) = 104+150+190=444 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.42% from 444); Green value is 150 (58.98% from 255 or 33.78% from 444); Blue value is 190 (74.61% from 255 or 42.79% from 444); Max value from RGB is 190 - color contains mainly: blue. Hex color #6896BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6896BE is #976941. Grayscale: #8C8C8C. Windows color (decimal): -9922882 or 12490344. OLE color: 12490344.

HSL color Cylindrical-coordinate representation of color #6896BE: hue angle of 207.91º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6896BE is Cyan = 0.45, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB104150190-
CMYK0.450.2100.25
HSL207.91º39.81%57.65%-
HSV(B)207.91º45.26%74.51%-
XYZ25.9128.4752.85-
YUV140.81155.76101.75-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.42%
GREEN value IS 150 (58.98% from 255) = 33.78%
BLUE value IS 190 (74.61% from 255) = 42.79%
R=23.42%
G=33.78%
B=42.79%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1041501900.450.2100.25207.9139.8157.65
Hex6896BE2D15019d0283a
Octal15022627655250313205072
Binary110100010010110101111101011011010101100111010000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6896BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6896BE; }

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

 H1.HeaderClassName
 {
   color: #6896BE;
 }
 .AnyTagClassName
 {
   color: #6896BE;
 }
</style>
background-color css

<style>
 a { background-color: #6896BE; }

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

 div.DivClassName
 {
   background-color: #6896BE;
 }
 .BgClassName
 {
   background-color: #6896BE;
 }
</style>
border-color css

<style>
 span { border-color: #6896BE; }

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

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