#6697BE

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

Shades of Shakespeare #6697BE

Tints of Shakespeare #6697BE

Color information

#6697BE (or 0x6697BE) is unknown color: approx Shakespeare. HEX triplet: 66, 97 and BE. RGB value is (102,151,190). Sum of RGB (Red+Green+Blue) = 102+151+190=443 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.02% from 443); Green value is 151 (59.38% from 255 or 34.09% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 190 - color contains mainly: blue. Hex color #6697BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6697BE is #996841. Grayscale: #8C8C8C. Windows color (decimal): -10053698 or 12490598. OLE color: 12490598.

HSL color Cylindrical-coordinate representation of color #6697BE: hue angle of 206.59º 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 #6697BE is Cyan = 0.46, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB102151190-
CMYK0.460.2100.25
HSL206.59º40.37%57.25%-
HSV(B)206.59º46.32%74.51%-
XYZ25.8428.6852.89-
YUV140.79155.77100.33-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.02%
GREEN value IS 151 (59.38% from 255) = 34.09%
BLUE value IS 190 (74.61% from 255) = 42.89%
R=23.02%
G=34.09%
B=42.89%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1021511900.460.2100.25206.5940.3757.25
Hex6697BE2E15019cf2839
Octal14622727656250313175071
Binary110011010010111101111101011101010101100111001111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6697BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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