#6B9EBC

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

Shades of Shakespeare #6B9EBC

Tints of Shakespeare #6B9EBC

Color information

#6B9EBC (or 0x6B9EBC) is unknown color: approx Shakespeare. HEX triplet: 6B, 9E and BC. RGB value is (107,158,188). Sum of RGB (Red+Green+Blue) = 107+158+188=453 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.62% from 453); Green value is 158 (62.11% from 255 or 34.88% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 188 - color contains mainly: blue. Hex color #6B9EBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B9EBC is #946143. Grayscale: #929292. Windows color (decimal): -9724228 or 12361323. OLE color: 12361323.

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

Color convert

RGB107158188-
CMYK0.430.1600.26
HSL202.22º37.67%57.84%-
HSV(B)202.22º43.09%73.73%-
XYZ27.3731.2152.16-
YUV146.17151.6100.06-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.62%
GREEN value IS 158 (62.11% from 255) = 34.88%
BLUE value IS 188 (73.83% from 255) = 41.50%
R=23.62%
G=34.88%
B=41.50%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1071581880.430.1600.26202.2237.6757.84
Hex6B9EBC2B1001Aca263a
Octal15323627453200323124672
Binary110101110011110101111001010111000001101011001010100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B9EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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