#6D95B3

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

Shades of Shakespeare #6D95B3

Tints of Shakespeare #6D95B3

Color information

#6D95B3 (or 0x6D95B3) is unknown color: approx Shakespeare. HEX triplet: 6D, 95 and B3. RGB value is (109,149,179). Sum of RGB (Red+Green+Blue) = 109+149+179=437 (57% of max value = 765). Red value is 109 (42.97% from 255 or 24.94% from 437); Green value is 149 (58.59% from 255 or 34.10% from 437); Blue value is 179 (70.31% from 255 or 40.96% from 437); Max value from RGB is 179 - color contains mainly: blue. Hex color #6D95B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D95B3 is #926A4C. Grayscale: #8C8C8C. Windows color (decimal): -9595469 or 11769197. OLE color: 11769197.

HSL color Cylindrical-coordinate representation of color #6D95B3: hue angle of 205.71º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6D95B3 is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB109149179-
CMYK0.390.1700.30
HSL205.71º31.53%56.47%-
HSV(B)205.71º39.11%70.2%-
XYZ25.192846.72-
YUV140.46149.75105.56-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 24.94%
GREEN value IS 149 (58.59% from 255) = 34.10%
BLUE value IS 179 (70.31% from 255) = 40.96%
R=24.94%
G=34.10%
B=40.96%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1091491790.390.1700.30205.7131.5356.47
Hex6D95B3271101Ece2038
Octal15522526347210363164070
Binary110110110010101101100111001111000101111011001110100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D95B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,149,179); }

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

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

 a { background-color: rgb(109,149,179); }

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

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

 span { border-color: rgb(109,149,179); }

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