#6697AB

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

Shades of Shakespeare #6697AB

Tints of Shakespeare #6697AB

Color information

#6697AB (or 0x6697AB) is unknown color: approx Shakespeare. HEX triplet: 66, 97 and AB. RGB value is (102,151,171). Sum of RGB (Red+Green+Blue) = 102+151+171=424 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24.06% from 424); Green value is 151 (59.38% from 255 or 35.61% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 171 - color contains mainly: blue. Hex color #6697AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6697AB is #996854. Grayscale: #8A8A8A. Windows color (decimal): -10053717 or 11245414. OLE color: 11245414.

HSL color Cylindrical-coordinate representation of color #6697AB: hue angle of 197.39º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6697AB is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB102151171-
CMYK0.400.1200.33
HSL197.39º29.11%53.53%-
HSV(B)197.39º40.35%67.06%-
XYZ23.927.942.65-
YUV138.63146.27101.87-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.06%
GREEN value IS 151 (59.38% from 255) = 35.61%
BLUE value IS 171 (67.19% from 255) = 40.33%
R=24.06%
G=35.61%
B=40.33%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1021511710.400.1200.33197.3929.1153.53
Hex6697AB28C021c51d36
Octal14622725350140413053566
Binary11001101001011110101011101000110001000011100010111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6697AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6697AB; }

 p { color: rgb(102,151,171); }

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

<style>
 a { background-color: #6697AB; }

 a { background-color: rgb(102,151,171); }

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

<style>
 span { border-color: #6697AB; }

 span { border-color: rgb(102,151,171); }

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