#6B95AD

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

Shades of Shakespeare #6B95AD

Tints of Shakespeare #6B95AD

Color information

#6B95AD (or 0x6B95AD) is unknown color: approx Shakespeare. HEX triplet: 6B, 95 and AD. RGB value is (107,149,173). Sum of RGB (Red+Green+Blue) = 107+149+173=429 (56% of max value = 765). Red value is 107 (42.19% from 255 or 24.94% from 429); Green value is 149 (58.59% from 255 or 34.73% from 429); Blue value is 173 (67.97% from 255 or 40.33% from 429); Max value from RGB is 173 - color contains mainly: blue. Hex color #6B95AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B95AD is #946A52. Grayscale: #8B8B8B. Windows color (decimal): -9726547 or 11375979. OLE color: 11375979.

HSL color Cylindrical-coordinate representation of color #6B95AD: hue angle of 201.82º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6B95AD is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB107149173-
CMYK0.380.1400.32
HSL201.82º28.7%54.9%-
HSV(B)201.82º38.15%67.84%-
XYZ24.3527.6443.59-
YUV139.18147.09105.05-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.94%
GREEN value IS 149 (58.59% from 255) = 34.73%
BLUE value IS 173 (67.97% from 255) = 40.33%
R=24.94%
G=34.73%
B=40.33%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1071491730.380.1400.32201.8228.754.9
Hex6B95AD26E020ca1d37
Octal15322525546160403123567
Binary11010111001010110101101100110111001000001100101011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B95AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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