#6999B9

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

Shades of Shakespeare #6999B9

Tints of Shakespeare #6999B9

Color information

#6999B9 (or 0x6999B9) is unknown color: approx Shakespeare. HEX triplet: 69, 99 and B9. RGB value is (105,153,185). Sum of RGB (Red+Green+Blue) = 105+153+185=443 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.70% from 443); Green value is 153 (60.16% from 255 or 34.54% from 443); Blue value is 185 (72.66% from 255 or 41.76% from 443); Max value from RGB is 185 - color contains mainly: blue. Hex color #6999B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6999B9 is #966646. Grayscale: #8E8E8E. Windows color (decimal): -9856583 or 12163433. OLE color: 12163433.

HSL color Cylindrical-coordinate representation of color #6999B9: hue angle of 204º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6999B9 is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB105153185-
CMYK0.430.1700.27
HSL204º36.36%56.86%-
HSV(B)204º43.24%72.55%-
XYZ25.9729.2950.18-
YUV142.3152.1101.4-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.70%
GREEN value IS 153 (60.16% from 255) = 34.54%
BLUE value IS 185 (72.66% from 255) = 41.76%
R=23.70%
G=34.54%
B=41.76%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1051531850.430.1700.2720436.3656.86
Hex6999B92B1101Bcc2439
Octal15123127153210333144471
Binary110100110011001101110011010111000101101111001100100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6999B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6999B9; }

 p { color: rgb(105,153,185); }

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

<style>
 a { background-color: #6999B9; }

 a { background-color: rgb(105,153,185); }

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

<style>
 span { border-color: #6999B9; }

 span { border-color: rgb(105,153,185); }

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