#619EBC

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

Shades of Shakespeare #619EBC

Tints of Shakespeare #619EBC

Color information

#619EBC (or 0x619EBC) is unknown color: approx Shakespeare. HEX triplet: 61, 9E and BC. RGB value is (97,158,188). Sum of RGB (Red+Green+Blue) = 97+158+188=443 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.90% from 443); Green value is 158 (62.11% from 255 or 35.67% from 443); Blue value is 188 (73.83% from 255 or 42.44% from 443); Max value from RGB is 188 - color contains mainly: blue. Hex color #619EBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619EBC is #9E6143. Grayscale: #8F8F8F. Windows color (decimal): -10379588 or 12361313. OLE color: 12361313.

HSL color Cylindrical-coordinate representation of color #619EBC: hue angle of 199.78º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #619EBC is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB97158188-
CMYK0.480.1600.26
HSL199.78º40.44%55.88%-
HSV(B)199.78º48.4%73.73%-
XYZ26.2330.6352.11-
YUV143.18153.2995.06-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.90%
GREEN value IS 158 (62.11% from 255) = 35.67%
BLUE value IS 188 (73.83% from 255) = 42.44%
R=21.90%
G=35.67%
B=42.44%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal971581880.480.1600.26199.7840.4455.88
Hex619EBC301001Ac82838
Octal14123627460200323105070
Binary110000110011110101111001100001000001101011001000101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619EBC; }

 p { color: rgb(97,158,188); }

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

<style>
 a { background-color: #619EBC; }

 a { background-color: rgb(97,158,188); }

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

<style>
 span { border-color: #619EBC; }

 span { border-color: rgb(97,158,188); }

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