#6696AF

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

Shades of Shakespeare #6696AF

Tints of Shakespeare #6696AF

Color information

#6696AF (or 0x6696AF) is unknown color: approx Shakespeare. HEX triplet: 66, 96 and AF. RGB value is (102,150,175). Sum of RGB (Red+Green+Blue) = 102+150+175=427 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.89% from 427); Green value is 150 (58.98% from 255 or 35.13% from 427); Blue value is 175 (68.75% from 255 or 40.98% from 427); Max value from RGB is 175 - color contains mainly: blue. Hex color #6696AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6696AF is #996950. Grayscale: #8A8A8A. Windows color (decimal): -10053969 or 11507302. OLE color: 11507302.

HSL color Cylindrical-coordinate representation of color #6696AF: hue angle of 200.55º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6696AF is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB102150175-
CMYK0.420.1400.31
HSL200.55º31.33%54.31%-
HSV(B)200.55º41.71%68.63%-
XYZ24.1227.7344.64-
YUV138.5148.6101.97-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.89%
GREEN value IS 150 (58.98% from 255) = 35.13%
BLUE value IS 175 (68.75% from 255) = 40.98%
R=23.89%
G=35.13%
B=40.98%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1021501750.420.1400.31200.5531.3354.31
Hex6696AF2AE01Fc91f36
Octal14622625752160373113766
Binary1100110100101101010111110101011100111111100100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6696AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6696AF; }

 p { color: rgb(102,150,175); }

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

<style>
 a { background-color: #6696AF; }

 a { background-color: rgb(102,150,175); }

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

<style>
 span { border-color: #6696AF; }

 span { border-color: rgb(102,150,175); }

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