#6A9DB9

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

Shades of Shakespeare #6A9DB9

Tints of Shakespeare #6A9DB9

Color information

#6A9DB9 (or 0x6A9DB9) is unknown color: approx Shakespeare. HEX triplet: 6A, 9D and B9. RGB value is (106,157,185). Sum of RGB (Red+Green+Blue) = 106+157+185=448 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.66% from 448); Green value is 157 (61.72% from 255 or 35.04% from 448); Blue value is 185 (72.66% from 255 or 41.29% from 448); Max value from RGB is 185 - color contains mainly: blue. Hex color #6A9DB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A9DB9 is #956246. Grayscale: #909090. Windows color (decimal): -9790023 or 12164458. OLE color: 12164458.

HSL color Cylindrical-coordinate representation of color #6A9DB9: hue angle of 201.27º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6A9DB9 is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB106157185-
CMYK0.430.1500.27
HSL201.27º36.07%57.06%-
HSV(B)201.27º42.7%72.55%-
XYZ26.7630.6850.41-
YUV144.94150.6100.22-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 23.66%
GREEN value IS 157 (61.72% from 255) = 35.04%
BLUE value IS 185 (72.66% from 255) = 41.29%
R=23.66%
G=35.04%
B=41.29%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1061571850.430.1500.27201.2736.0757.06
Hex6A9DB92BF01Bc92439
Octal15223527153170333114471
Binary11010101001110110111001101011111101101111001001100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A9DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,157,185); }

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

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

 a { background-color: rgb(106,157,185); }

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

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

 span { border-color: rgb(106,157,185); }

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