#6F9CAB

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

Shades of Shakespeare #6F9CAB

Tints of Shakespeare #6F9CAB

Color information

#6F9CAB (or 0x6F9CAB) is unknown color: approx Shakespeare. HEX triplet: 6F, 9C and AB. RGB value is (111,156,171). Sum of RGB (Red+Green+Blue) = 111+156+171=438 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.34% from 438); Green value is 156 (61.33% from 255 or 35.62% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 171 - color contains mainly: blue. Hex color #6F9CAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9CAB is #906354. Grayscale: #909090. Windows color (decimal): -9462613 or 11246703. OLE color: 11246703.

HSL color Cylindrical-coordinate representation of color #6F9CAB: hue angle of 195º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6F9CAB is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB111156171-
CMYK0.350.0900.33
HSL195º26.32%55.29%-
HSV(B)195º35.09%67.06%-
XYZ25.7930.142.98-
YUV144.26143.09104.28-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.34%
GREEN value IS 156 (61.33% from 255) = 35.62%
BLUE value IS 171 (67.19% from 255) = 39.04%
R=25.34%
G=35.62%
B=39.04%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1111561710.350.0900.3319526.3255.29
Hex6F9CAB239021c31a37
Octal15723425343110413033267
Binary11011111001110010101011100011100101000011100001111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,156,171); }

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

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

 a { background-color: rgb(111,156,171); }

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

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

 span { border-color: rgb(111,156,171); }

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