#6B9CBA

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

Shades of Shakespeare #6B9CBA

Tints of Shakespeare #6B9CBA

Color information

#6B9CBA (or 0x6B9CBA) is unknown color: approx Shakespeare. HEX triplet: 6B, 9C and BA. RGB value is (107,156,186). Sum of RGB (Red+Green+Blue) = 107+156+186=449 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.83% from 449); Green value is 156 (61.33% from 255 or 34.74% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 186 - color contains mainly: blue. Hex color #6B9CBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B9CBA is #946345. Grayscale: #909090. Windows color (decimal): -9724742 or 12229739. OLE color: 12229739.

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

Color convert

RGB107156186-
CMYK0.420.1600.27
HSL202.78º36.41%57.45%-
HSV(B)202.78º42.47%72.94%-
XYZ26.8130.4550.92-
YUV144.77151.27101.06-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.83%
GREEN value IS 156 (61.33% from 255) = 34.74%
BLUE value IS 186 (73.05% from 255) = 41.43%
R=23.83%
G=34.74%
B=41.43%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1071561860.420.1600.27202.7836.4157.45
Hex6B9CBA2A1001Bcb2439
Octal15323427252200333134471
Binary110101110011100101110101010101000001101111001011100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B9CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,156,186); }

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

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

 a { background-color: rgb(107,156,186); }

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

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

 span { border-color: rgb(107,156,186); }

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