#6D94B2

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

Shades of Shakespeare #6D94B2

Tints of Shakespeare #6D94B2

Color information

#6D94B2 (or 0x6D94B2) is unknown color: approx Shakespeare. HEX triplet: 6D, 94 and B2. RGB value is (109,148,178). Sum of RGB (Red+Green+Blue) = 109+148+178=435 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.06% from 435); Green value is 148 (58.20% from 255 or 34.02% from 435); Blue value is 178 (69.92% from 255 or 40.92% from 435); Max value from RGB is 178 - color contains mainly: blue. Hex color #6D94B2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D94B2 is #926B4D. Grayscale: #8B8B8B. Windows color (decimal): -9595726 or 11703405. OLE color: 11703405.

HSL color Cylindrical-coordinate representation of color #6D94B2: hue angle of 206.09º degrees, saturation: 0.31, 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 #6D94B2 is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB109148178-
CMYK0.390.1700.30
HSL206.09º30.94%56.27%-
HSV(B)206.09º38.76%69.8%-
XYZ24.9327.6546.14-
YUV139.76149.58106.06-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.06%
GREEN value IS 148 (58.20% from 255) = 34.02%
BLUE value IS 178 (69.92% from 255) = 40.92%
R=25.06%
G=34.02%
B=40.92%

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
Decimal1091481780.390.1700.30206.0930.9456.27
Hex6D94B2271101Ece1f38
Octal15522426247210363163770
Binary11011011001010010110010100111100010111101100111011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D94B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,148,178); }

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

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

 a { background-color: rgb(109,148,178); }

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

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

 span { border-color: rgb(109,148,178); }

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