#6C9EAF

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

Shades of Shakespeare #6C9EAF

Tints of Shakespeare #6C9EAF

Color information

#6C9EAF (or 0x6C9EAF) is unknown color: approx Shakespeare. HEX triplet: 6C, 9E and AF. RGB value is (108,158,175). Sum of RGB (Red+Green+Blue) = 108+158+175=441 (58% of max value = 765). Red value is 108 (42.58% from 255 or 24.49% from 441); Green value is 158 (62.11% from 255 or 35.83% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 175 - color contains mainly: blue. Hex color #6C9EAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C9EAF is #936150. Grayscale: #909090. Windows color (decimal): -9658705 or 11509356. OLE color: 11509356.

HSL color Cylindrical-coordinate representation of color #6C9EAF: hue angle of 195.22º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6C9EAF is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB108158175-
CMYK0.380.1000.31
HSL195.22º29.52%55.49%-
HSV(B)195.22º38.29%68.63%-
XYZ26.1530.7445.11-
YUV144.99144.94101.62-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 24.49%
GREEN value IS 158 (62.11% from 255) = 35.83%
BLUE value IS 175 (68.75% from 255) = 39.68%
R=24.49%
G=35.83%
B=39.68%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1081581750.380.1000.31195.2229.5255.49
Hex6C9EAF26A01Fc31e37
Octal15423625746120373033667
Binary1101100100111101010111110011010100111111100001111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C9EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,158,175); }

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

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

 a { background-color: rgb(108,158,175); }

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

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

 span { border-color: rgb(108,158,175); }

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