#6698BC

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

Shades of Shakespeare #6698BC

Tints of Shakespeare #6698BC

Color information

#6698BC (or 0x6698BC) is unknown color: approx Shakespeare. HEX triplet: 66, 98 and BC. RGB value is (102,152,188). Sum of RGB (Red+Green+Blue) = 102+152+188=442 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.08% from 442); Green value is 152 (59.77% from 255 or 34.39% from 442); Blue value is 188 (73.83% from 255 or 42.53% from 442); Max value from RGB is 188 - color contains mainly: blue. Hex color #6698BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6698BC is #996743. Grayscale: #8C8C8C. Windows color (decimal): -10053444 or 12359782. OLE color: 12359782.

HSL color Cylindrical-coordinate representation of color #6698BC: hue angle of 205.12º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6698BC is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB102152188-
CMYK0.460.1900.26
HSL205.12º39.09%56.86%-
HSV(B)205.12º45.74%73.73%-
XYZ25.7828.9151.8-
YUV141.15154.44100.07-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.08%
GREEN value IS 152 (59.77% from 255) = 34.39%
BLUE value IS 188 (73.83% from 255) = 42.53%
R=23.08%
G=34.39%
B=42.53%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1021521880.460.1900.26205.1239.0956.86
Hex6698BC2E1301Acd2739
Octal14623027456230323154771
Binary110011010011000101111001011101001101101011001101100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6698BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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