#6C9CBF

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

Shades of Shakespeare #6C9CBF

Tints of Shakespeare #6C9CBF

Color information

#6C9CBF (or 0x6C9CBF) is unknown color: approx Shakespeare. HEX triplet: 6C, 9C and BF. RGB value is (108,156,191). Sum of RGB (Red+Green+Blue) = 108+156+191=455 (60% of max value = 765). Red value is 108 (42.58% from 255 or 23.74% from 455); Green value is 156 (61.33% from 255 or 34.29% from 455); Blue value is 191 (75% from 255 or 41.98% from 455); Max value from RGB is 191 - color contains mainly: blue. Hex color #6C9CBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C9CBF is #936340. Grayscale: #919191. Windows color (decimal): -9659201 or 12557420. OLE color: 12557420.

HSL color Cylindrical-coordinate representation of color #6C9CBF: hue angle of 205.3º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6C9CBF is Cyan = 0.43, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB108156191-
CMYK0.430.1800.25
HSL205.3º39.34%58.63%-
HSV(B)205.3º43.46%74.9%-
XYZ27.4830.7353.77-
YUV145.64153.6101.15-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 23.74%
GREEN value IS 156 (61.33% from 255) = 34.29%
BLUE value IS 191 (75% from 255) = 41.98%
R=23.74%
G=34.29%
B=41.98%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1081561910.430.1800.25205.339.3458.63
Hex6C9CBF2B12019cd273b
Octal15423427753220313154773
Binary110110010011100101111111010111001001100111001101100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C9CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,156,191); }

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

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

 a { background-color: rgb(108,156,191); }

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

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

 span { border-color: rgb(108,156,191); }

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