#6C99BA

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

Shades of Shakespeare #6C99BA

Tints of Shakespeare #6C99BA

Color information

#6C99BA (or 0x6C99BA) is unknown color: approx Shakespeare. HEX triplet: 6C, 99 and BA. RGB value is (108,153,186). Sum of RGB (Red+Green+Blue) = 108+153+186=447 (59% of max value = 765). Red value is 108 (42.58% from 255 or 24.16% from 447); Green value is 153 (60.16% from 255 or 34.23% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 186 - color contains mainly: blue. Hex color #6C99BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C99BA is #936645. Grayscale: #8F8F8F. Windows color (decimal): -9659974 or 12228972. OLE color: 12228972.

HSL color Cylindrical-coordinate representation of color #6C99BA: hue angle of 205.38º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6C99BA is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB108153186-
CMYK0.420.1800.27
HSL205.38º36.11%57.65%-
HSV(B)205.38º41.94%72.94%-
XYZ26.4429.5250.76-
YUV143.31152.09102.82-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 24.16%
GREEN value IS 153 (60.16% from 255) = 34.23%
BLUE value IS 186 (73.05% from 255) = 41.61%
R=24.16%
G=34.23%
B=41.61%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1081531860.420.1800.27205.3836.1157.65
Hex6C99BA2A1201Bcd243a
Octal15423127252220333154472
Binary110110010011001101110101010101001001101111001101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C99BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,153,186); }

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

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

 a { background-color: rgb(108,153,186); }

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

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

 span { border-color: rgb(108,153,186); }

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