#6996BE

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

Shades of Shakespeare #6996BE

Tints of Shakespeare #6996BE

Color information

#6996BE (or 0x6996BE) is unknown color: approx Shakespeare. HEX triplet: 69, 96 and BE. RGB value is (105,150,190). Sum of RGB (Red+Green+Blue) = 105+150+190=445 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.60% from 445); Green value is 150 (58.98% from 255 or 33.71% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 190 - color contains mainly: blue. Hex color #6996BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6996BE is #966941. Grayscale: #8C8C8C. Windows color (decimal): -9857346 or 12490345. OLE color: 12490345.

HSL color Cylindrical-coordinate representation of color #6996BE: hue angle of 208.24º 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 #6996BE is Cyan = 0.45, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB105150190-
CMYK0.450.2100.25
HSL208.24º39.53%57.84%-
HSV(B)208.24º44.74%74.51%-
XYZ26.0328.5352.85-
YUV141.1155.59102.25-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.60%
GREEN value IS 150 (58.98% from 255) = 33.71%
BLUE value IS 190 (74.61% from 255) = 42.70%
R=23.60%
G=33.71%
B=42.70%

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
Decimal1051501900.450.2100.25208.2439.5357.84
Hex6996BE2D15019d0283a
Octal15122627655250313205072
Binary110100110010110101111101011011010101100111010000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6996BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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