#6D95BE

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

Shades of Shakespeare #6D95BE

Tints of Shakespeare #6D95BE

Color information

#6D95BE (or 0x6D95BE) is unknown color: approx Shakespeare. HEX triplet: 6D, 95 and BE. RGB value is (109,149,190). Sum of RGB (Red+Green+Blue) = 109+149+190=448 (59% of max value = 765). Red value is 109 (42.97% from 255 or 24.33% from 448); Green value is 149 (58.59% from 255 or 33.26% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 190 - color contains mainly: blue. Hex color #6D95BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D95BE is #926A41. Grayscale: #8D8D8D. Windows color (decimal): -9595458 or 12490093. OLE color: 12490093.

HSL color Cylindrical-coordinate representation of color #6D95BE: hue angle of 210.37º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6D95BE is Cyan = 0.43, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB109149190-
CMYK0.430.2200.25
HSL210.37º38.39%58.63%-
HSV(B)210.37º42.63%74.51%-
XYZ26.3528.4652.82-
YUV141.71155.25104.67-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 24.33%
GREEN value IS 149 (58.59% from 255) = 33.26%
BLUE value IS 190 (74.61% from 255) = 42.41%
R=24.33%
G=33.26%
B=42.41%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1091491900.430.2200.25210.3738.3958.63
Hex6D95BE2B16019d2263b
Octal15522527653260313224673
Binary110110110010101101111101010111011001100111010010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D95BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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