#6698BE

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

Shades of Shakespeare #6698BE

Tints of Shakespeare #6698BE

Color information

#6698BE (or 0x6698BE) is unknown color: approx Shakespeare. HEX triplet: 66, 98 and BE. RGB value is (102,152,190). Sum of RGB (Red+Green+Blue) = 102+152+190=444 (58% of max value = 765). Red value is 102 (40.23% from 255 or 22.97% from 444); Green value is 152 (59.77% from 255 or 34.23% from 444); Blue value is 190 (74.61% from 255 or 42.79% from 444); Max value from RGB is 190 - color contains mainly: blue. Hex color #6698BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6698BE is #996741. Grayscale: #8D8D8D. Windows color (decimal): -10053442 or 12490854. OLE color: 12490854.

HSL color Cylindrical-coordinate representation of color #6698BE: hue angle of 205.91º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6698BE is Cyan = 0.46, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB102152190-
CMYK0.460.200.25
HSL205.91º40.37%57.25%-
HSV(B)205.91º46.32%74.51%-
XYZ262952.94-
YUV141.38155.4499.91-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.97%
GREEN value IS 152 (59.77% from 255) = 34.23%
BLUE value IS 190 (74.61% from 255) = 42.79%
R=22.97%
G=34.23%
B=42.79%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1021521900.460.200.25205.9140.3757.25
Hex6698BE2E14019ce2839
Octal14623027656240313165071
Binary110011010011000101111101011101010001100111001110101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6698BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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