#6698B9

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

Shades of Shakespeare #6698B9

Tints of Shakespeare #6698B9

Color information

#6698B9 (or 0x6698B9) is unknown color: approx Shakespeare. HEX triplet: 66, 98 and B9. RGB value is (102,152,185). Sum of RGB (Red+Green+Blue) = 102+152+185=439 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.23% from 439); Green value is 152 (59.77% from 255 or 34.62% from 439); Blue value is 185 (72.66% from 255 or 42.14% from 439); Max value from RGB is 185 - color contains mainly: blue. Hex color #6698B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6698B9 is #996746. Grayscale: #8C8C8C. Windows color (decimal): -10053447 or 12163174. OLE color: 12163174.

HSL color Cylindrical-coordinate representation of color #6698B9: hue angle of 203.86º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6698B9 is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB102152185-
CMYK0.450.1800.27
HSL203.86º37.22%56.27%-
HSV(B)203.86º44.86%72.55%-
XYZ25.4628.7850.11-
YUV140.81152.94100.32-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.23%
GREEN value IS 152 (59.77% from 255) = 34.62%
BLUE value IS 185 (72.66% from 255) = 42.14%
R=23.23%
G=34.62%
B=42.14%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1021521850.450.1800.27203.8637.2256.27
Hex6698B92D1201Bcc2538
Octal14623027155220333144570
Binary110011010011000101110011011011001001101111001100100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6698B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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