#6D9BB0

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

Shades of Shakespeare #6D9BB0

Tints of Shakespeare #6D9BB0

Color information

#6D9BB0 (or 0x6D9BB0) is unknown color: approx Shakespeare. HEX triplet: 6D, 9B and B0. RGB value is (109,155,176). Sum of RGB (Red+Green+Blue) = 109+155+176=440 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.77% from 440); Green value is 155 (60.94% from 255 or 35.23% from 440); Blue value is 176 (69.14% from 255 or 40% from 440); Max value from RGB is 176 - color contains mainly: blue. Hex color #6D9BB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D9BB0 is #92644F. Grayscale: #8F8F8F. Windows color (decimal): -9593936 or 11574125. OLE color: 11574125.

HSL color Cylindrical-coordinate representation of color #6D9BB0: hue angle of 198.81º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6D9BB0 is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB109155176-
CMYK0.380.1200.31
HSL198.81º29.78%55.88%-
HSV(B)198.81º38.07%69.02%-
XYZ25.8629.8345.47-
YUV143.64146.26103.29-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 24.77%
GREEN value IS 155 (60.94% from 255) = 35.23%
BLUE value IS 176 (69.14% from 255) = 40%
R=24.77%
G=35.23%
B=40%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1091551760.380.1200.31198.8129.7855.88
Hex6D9BB026C01Fc71e38
Octal15523326046140373073670
Binary1101101100110111011000010011011000111111100011111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D9BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,155,176); }

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

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

 a { background-color: rgb(109,155,176); }

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

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

 span { border-color: rgb(109,155,176); }

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