#619EB8

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

Shades of Shakespeare #619EB8

Tints of Shakespeare #619EB8

Color information

#619EB8 (or 0x619EB8) is unknown color: approx Shakespeare. HEX triplet: 61, 9E and B8. RGB value is (97,158,184). Sum of RGB (Red+Green+Blue) = 97+158+184=439 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.10% from 439); Green value is 158 (62.11% from 255 or 35.99% from 439); Blue value is 184 (72.27% from 255 or 41.91% from 439); Max value from RGB is 184 - color contains mainly: blue. Hex color #619EB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619EB8 is #9E6147. Grayscale: #8E8E8E. Windows color (decimal): -10379592 or 12099169. OLE color: 12099169.

HSL color Cylindrical-coordinate representation of color #619EB8: hue angle of 197.93º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #619EB8 is Cyan = 0.47, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB97158184-
CMYK0.470.1400.28
HSL197.93º37.99%55.1%-
HSV(B)197.93º47.28%72.16%-
XYZ25.8130.4649.87-
YUV142.72151.2995.39-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.10%
GREEN value IS 158 (62.11% from 255) = 35.99%
BLUE value IS 184 (72.27% from 255) = 41.91%
R=22.10%
G=35.99%
B=41.91%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal971581840.470.1400.28197.9337.9955.1
Hex619EB82FE01Cc62637
Octal14123627057160343064667
Binary11000011001111010111000101111111001110011000110100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619EB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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