#6C9BB9

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

Shades of Shakespeare #6C9BB9

Tints of Shakespeare #6C9BB9

Color information

#6C9BB9 (or 0x6C9BB9) is unknown color: approx Shakespeare. HEX triplet: 6C, 9B and B9. RGB value is (108,155,185). Sum of RGB (Red+Green+Blue) = 108+155+185=448 (59% of max value = 765). Red value is 108 (42.58% from 255 or 24.11% from 448); Green value is 155 (60.94% from 255 or 34.60% from 448); Blue value is 185 (72.66% from 255 or 41.29% from 448); Max value from RGB is 185 - color contains mainly: blue. Hex color #6C9BB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C9BB9 is #936446. Grayscale: #909090. Windows color (decimal): -9659463 or 12163948. OLE color: 12163948.

HSL color Cylindrical-coordinate representation of color #6C9BB9: hue angle of 203.38º degrees, saturation: 0.35, 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 #6C9BB9 is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB108155185-
CMYK0.420.1600.27
HSL203.38º35.48%57.45%-
HSV(B)203.38º41.62%72.55%-
XYZ26.6630.1350.31-
YUV144.37150.93102.06-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 24.11%
GREEN value IS 155 (60.94% from 255) = 34.60%
BLUE value IS 185 (72.66% from 255) = 41.29%
R=24.11%
G=34.60%
B=41.29%

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
Decimal1081551850.420.1600.27203.3835.4857.45
Hex6C9BB92A1001Bcb2339
Octal15423327152200333134371
Binary110110010011011101110011010101000001101111001011100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C9BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,155,185); }

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

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

 a { background-color: rgb(108,155,185); }

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

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

 span { border-color: rgb(108,155,185); }

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