#6996B1

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

Shades of Shakespeare #6996B1

Tints of Shakespeare #6996B1

Color information

#6996B1 (or 0x6996B1) is unknown color: approx Shakespeare. HEX triplet: 69, 96 and B1. RGB value is (105,150,177). Sum of RGB (Red+Green+Blue) = 105+150+177=432 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.31% from 432); Green value is 150 (58.98% from 255 or 34.72% from 432); Blue value is 177 (69.53% from 255 or 40.97% from 432); Max value from RGB is 177 - color contains mainly: blue. Hex color #6996B1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6996B1 is #96694E. Grayscale: #8B8B8B. Windows color (decimal): -9857359 or 11638377. OLE color: 11638377.

HSL color Cylindrical-coordinate representation of color #6996B1: hue angle of 202.5º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6996B1 is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB105150177-
CMYK0.410.1500.31
HSL202.5º31.58%55.29%-
HSV(B)202.5º40.68%69.41%-
XYZ24.6727.9945.7-
YUV139.62149.09103.3-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.31%
GREEN value IS 150 (58.98% from 255) = 34.72%
BLUE value IS 177 (69.53% from 255) = 40.97%
R=24.31%
G=34.72%
B=40.97%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1051501770.410.1500.31202.531.5855.29
Hex6996B129F01Fca2037
Octal15122626151170373124067
Binary11010011001011010110001101001111101111111001010100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6996B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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