#6B9EC1

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

Shades of Shakespeare #6B9EC1

Tints of Shakespeare #6B9EC1

Color information

#6B9EC1 (or 0x6B9EC1) is unknown color: approx Shakespeare. HEX triplet: 6B, 9E and C1. RGB value is (107,158,193). Sum of RGB (Red+Green+Blue) = 107+158+193=458 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.36% from 458); Green value is 158 (62.11% from 255 or 34.50% from 458); Blue value is 193 (75.78% from 255 or 42.14% from 458); Max value from RGB is 193 - color contains mainly: blue. Hex color #6B9EC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B9EC1 is #94613E. Grayscale: #929292. Windows color (decimal): -9724223 or 12689003. OLE color: 12689003.

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

Color convert

RGB107158193-
CMYK0.450.1800.24
HSL204.42º40.95%58.82%-
HSV(B)204.42º44.56%75.69%-
XYZ27.9231.4355.05-
YUV146.74154.199.65-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.36%
GREEN value IS 158 (62.11% from 255) = 34.50%
BLUE value IS 193 (75.78% from 255) = 42.14%
R=23.36%
G=34.50%
B=42.14%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1071581930.450.1800.24204.4240.9558.82
Hex6B9EC12D12018cc293b
Octal15323630155220303145173
Binary110101110011110110000011011011001001100011001100101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B9EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,158,193); }

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

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

 a { background-color: rgb(107,158,193); }

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

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

 span { border-color: rgb(107,158,193); }

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