#619DB1

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

Shades of Shakespeare #619DB1

Tints of Shakespeare #619DB1

Color information

#619DB1 (or 0x619DB1) is unknown color: approx Shakespeare. HEX triplet: 61, 9D and B1. RGB value is (97,157,177). Sum of RGB (Red+Green+Blue) = 97+157+177=431 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.51% from 431); Green value is 157 (61.72% from 255 or 36.43% from 431); Blue value is 177 (69.53% from 255 or 41.07% from 431); Max value from RGB is 177 - color contains mainly: blue. Hex color #619DB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619DB1 is #9E624E. Grayscale: #8D8D8D. Windows color (decimal): -10379855 or 11640161. OLE color: 11640161.

HSL color Cylindrical-coordinate representation of color #619DB1: hue angle of 195º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #619DB1 is Cyan = 0.45, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB97157177-
CMYK0.450.1100.31
HSL195º33.9%53.73%-
HSV(B)195º45.2%69.41%-
XYZ24.9229.8346.04-
YUV141.34148.1296.37-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.51%
GREEN value IS 157 (61.72% from 255) = 36.43%
BLUE value IS 177 (69.53% from 255) = 41.07%
R=22.51%
G=36.43%
B=41.07%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal971571770.450.1100.3119533.953.73
Hex619DB12DB01Fc32236
Octal14123526155130373034266
Binary11000011001110110110001101101101101111111000011100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,157,177); }

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

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

 a { background-color: rgb(97,157,177); }

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

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

 span { border-color: rgb(97,157,177); }

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