#6899BE

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

Shades of Shakespeare #6899BE

Tints of Shakespeare #6899BE

Color information

#6899BE (or 0x6899BE) is unknown color: approx Shakespeare. HEX triplet: 68, 99 and BE. RGB value is (104,153,190). Sum of RGB (Red+Green+Blue) = 104+153+190=447 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.27% from 447); Green value is 153 (60.16% from 255 or 34.23% from 447); Blue value is 190 (74.61% from 255 or 42.51% from 447); Max value from RGB is 190 - color contains mainly: blue. Hex color #6899BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6899BE is #976641. Grayscale: #8E8E8E. Windows color (decimal): -9922114 or 12491112. OLE color: 12491112.

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

Color convert

RGB104153190-
CMYK0.450.1900.25
HSL205.81º39.81%57.65%-
HSV(B)205.81º45.26%74.51%-
XYZ26.3929.4453.01-
YUV142.57154.77100.49-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.27%
GREEN value IS 153 (60.16% from 255) = 34.23%
BLUE value IS 190 (74.61% from 255) = 42.51%
R=23.27%
G=34.23%
B=42.51%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1041531900.450.1900.25205.8139.8157.65
Hex6899BE2D13019ce283a
Octal15023127655230313165072
Binary110100010011001101111101011011001101100111001110101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6899BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,153,190); }

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

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

 a { background-color: rgb(104,153,190); }

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

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

 span { border-color: rgb(104,153,190); }

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