#6A99BD

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

Shades of Shakespeare #6A99BD

Tints of Shakespeare #6A99BD

Color information

#6A99BD (or 0x6A99BD) is unknown color: approx Shakespeare. HEX triplet: 6A, 99 and BD. RGB value is (106,153,189). Sum of RGB (Red+Green+Blue) = 106+153+189=448 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.66% from 448); Green value is 153 (60.16% from 255 or 34.15% from 448); Blue value is 189 (74.22% from 255 or 42.19% from 448); Max value from RGB is 189 - color contains mainly: blue. Hex color #6A99BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A99BD is #956642. Grayscale: #8E8E8E. Windows color (decimal): -9791043 or 12425578. OLE color: 12425578.

HSL color Cylindrical-coordinate representation of color #6A99BD: hue angle of 206.02º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6A99BD is Cyan = 0.44, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB106153189-
CMYK0.440.1900.26
HSL206.02º38.6%57.84%-
HSV(B)206.02º43.92%74.12%-
XYZ26.5229.5252.44-
YUV143.05153.93101.57-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 23.66%
GREEN value IS 153 (60.16% from 255) = 34.15%
BLUE value IS 189 (74.22% from 255) = 42.19%
R=23.66%
G=34.15%
B=42.19%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1061531890.440.1900.26206.0238.657.84
Hex6A99BD2C1301Ace273a
Octal15223127554230323164772
Binary110101010011001101111011011001001101101011001110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A99BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,153,189); }

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

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

 a { background-color: rgb(106,153,189); }

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

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

 span { border-color: rgb(106,153,189); }

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