#6698AA

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

Shades of Shakespeare #6698AA

Tints of Shakespeare #6698AA

Color information

#6698AA (or 0x6698AA) is unknown color: approx Shakespeare. HEX triplet: 66, 98 and AA. RGB value is (102,152,170). Sum of RGB (Red+Green+Blue) = 102+152+170=424 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24.06% from 424); Green value is 152 (59.77% from 255 or 35.85% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 170 - color contains mainly: blue. Hex color #6698AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6698AA is #996755. Grayscale: #8A8A8A. Windows color (decimal): -10053462 or 11180134. OLE color: 11180134.

HSL color Cylindrical-coordinate representation of color #6698AA: hue angle of 195.88º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6698AA is Cyan = 0.4, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB102152170-
CMYK0.40.1100.33
HSL195.88º28.57%53.33%-
HSV(B)195.88º40%66.67%-
XYZ23.9628.1842.21-
YUV139.1145.44101.54-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.06%
GREEN value IS 152 (59.77% from 255) = 35.85%
BLUE value IS 170 (66.80% from 255) = 40.09%
R=24.06%
G=35.85%
B=40.09%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1021521700.40.1100.33195.8828.5753.33
Hex6698AA28B021c41d35
Octal14623025250130413043565
Binary11001101001100010101010101000101101000011100010011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6698AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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