#619EBA

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

Shades of Shakespeare #619EBA

Tints of Shakespeare #619EBA

Color information

#619EBA (or 0x619EBA) is unknown color: approx Shakespeare. HEX triplet: 61, 9E and BA. RGB value is (97,158,186). Sum of RGB (Red+Green+Blue) = 97+158+186=441 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.00% from 441); Green value is 158 (62.11% from 255 or 35.83% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 186 - color contains mainly: blue. Hex color #619EBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619EBA is #9E6145. Grayscale: #8E8E8E. Windows color (decimal): -10379590 or 12230241. OLE color: 12230241.

HSL color Cylindrical-coordinate representation of color #619EBA: hue angle of 198.88º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #619EBA is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB97158186-
CMYK0.480.1500.27
HSL198.88º39.21%55.49%-
HSV(B)198.88º47.85%72.94%-
XYZ26.0230.5450.98-
YUV142.95152.2995.22-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.00%
GREEN value IS 158 (62.11% from 255) = 35.83%
BLUE value IS 186 (73.05% from 255) = 42.18%
R=22.00%
G=35.83%
B=42.18%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal971581860.480.1500.27198.8839.2155.49
Hex619EBA30F01Bc72737
Octal14123627260170333074767
Binary11000011001111010111010110000111101101111000111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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