#6698AD

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

Shades of Shakespeare #6698AD

Tints of Shakespeare #6698AD

Color information

#6698AD (or 0x6698AD) is unknown color: approx Shakespeare. HEX triplet: 66, 98 and AD. RGB value is (102,152,173). Sum of RGB (Red+Green+Blue) = 102+152+173=427 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.89% from 427); Green value is 152 (59.77% from 255 or 35.60% from 427); Blue value is 173 (67.97% from 255 or 40.52% from 427); Max value from RGB is 173 - color contains mainly: blue. Hex color #6698AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6698AD is #996752. Grayscale: #8B8B8B. Windows color (decimal): -10053459 or 11376742. OLE color: 11376742.

HSL color Cylindrical-coordinate representation of color #6698AD: hue angle of 197.75º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6698AD is Cyan = 0.41, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB102152173-
CMYK0.410.1200.32
HSL197.75º30.21%53.92%-
HSV(B)197.75º41.04%67.84%-
XYZ24.2528.343.72-
YUV139.44146.94101.29-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.89%
GREEN value IS 152 (59.77% from 255) = 35.60%
BLUE value IS 173 (67.97% from 255) = 40.52%
R=23.89%
G=35.60%
B=40.52%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1021521730.410.1200.32197.7530.2153.92
Hex6698AD29C020c61e36
Octal14623025551140403063666
Binary11001101001100010101101101001110001000001100011011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6698AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6698AD; }

 p { color: rgb(102,152,173); }

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

<style>
 a { background-color: #6698AD; }

 a { background-color: rgb(102,152,173); }

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

<style>
 span { border-color: #6698AD; }

 span { border-color: rgb(102,152,173); }

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