#6B95BA

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

Shades of Shakespeare #6B95BA

Tints of Shakespeare #6B95BA

Color information

#6B95BA (or 0x6B95BA) is unknown color: approx Shakespeare. HEX triplet: 6B, 95 and BA. RGB value is (107,149,186). Sum of RGB (Red+Green+Blue) = 107+149+186=442 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.21% from 442); Green value is 149 (58.59% from 255 or 33.71% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 186 - color contains mainly: blue. Hex color #6B95BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B95BA is #946A45. Grayscale: #8C8C8C. Windows color (decimal): -9726534 or 12227947. OLE color: 12227947.

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

Color convert

RGB107149186-
CMYK0.420.2000.27
HSL208.1º36.41%57.45%-
HSV(B)208.1º42.47%72.94%-
XYZ25.6728.1750.54-
YUV140.66153.59103.99-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.21%
GREEN value IS 149 (58.59% from 255) = 33.71%
BLUE value IS 186 (73.05% from 255) = 42.08%
R=24.21%
G=33.71%
B=42.08%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1071491860.420.2000.27208.136.4157.45
Hex6B95BA2A1401Bd02439
Octal15322527252240333204471
Binary110101110010101101110101010101010001101111010000100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B95BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,149,186); }

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

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

 a { background-color: rgb(107,149,186); }

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

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

 span { border-color: rgb(107,149,186); }

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