#6D9AC2

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

Shades of Shakespeare #6D9AC2

Tints of Shakespeare #6D9AC2

Color information

#6D9AC2 (or 0x6D9AC2) is unknown color: approx Shakespeare. HEX triplet: 6D, 9A and C2. RGB value is (109,154,194). Sum of RGB (Red+Green+Blue) = 109+154+194=457 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.85% from 457); Green value is 154 (60.55% from 255 or 33.70% from 457); Blue value is 194 (76.17% from 255 or 42.45% from 457); Max value from RGB is 194 - color contains mainly: blue. Hex color #6D9AC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D9AC2 is #92653D. Grayscale: #909090. Windows color (decimal): -9594174 or 12753517. OLE color: 12753517.

HSL color Cylindrical-coordinate representation of color #6D9AC2: hue angle of 208.24º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6D9AC2 is Cyan = 0.44, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB109154194-
CMYK0.440.2100.24
HSL208.24º41.06%59.41%-
HSV(B)208.24º43.81%76.08%-
XYZ27.630.2655.42-
YUV145.11155.59102.25-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.85%
GREEN value IS 154 (60.55% from 255) = 33.70%
BLUE value IS 194 (76.17% from 255) = 42.45%
R=23.85%
G=33.70%
B=42.45%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1091541940.440.2100.24208.2441.0659.41
Hex6D9AC22C15018d0293b
Octal15523230254250303205173
Binary110110110011010110000101011001010101100011010000101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D9AC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,154,194); }

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

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

 a { background-color: rgb(109,154,194); }

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

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

 span { border-color: rgb(109,154,194); }

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