#6895BE

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

Shades of Shakespeare #6895BE

Tints of Shakespeare #6895BE

Color information

#6895BE (or 0x6895BE) is unknown color: approx Shakespeare. HEX triplet: 68, 95 and BE. RGB value is (104,149,190). Sum of RGB (Red+Green+Blue) = 104+149+190=443 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.48% from 443); Green value is 149 (58.59% from 255 or 33.63% 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 #6895BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6895BE is #976A41. Grayscale: #8C8C8C. Windows color (decimal): -9923138 or 12490088. OLE color: 12490088.

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

Color convert

RGB104149190-
CMYK0.450.2200.25
HSL208.6º39.81%57.65%-
HSV(B)208.6º45.26%74.51%-
XYZ25.7528.1652.79-
YUV140.22156.09102.17-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.48%
GREEN value IS 149 (58.59% from 255) = 33.63%
BLUE value IS 190 (74.61% from 255) = 42.89%
R=23.48%
G=33.63%
B=42.89%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1041491900.450.2200.25208.639.8157.65
Hex6895BE2D16019d1283a
Octal15022527655260313215072
Binary110100010010101101111101011011011001100111010001101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6895BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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