#619BB4

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

Shades of Shakespeare #619BB4

Tints of Shakespeare #619BB4

Color information

#619BB4 (or 0x619BB4) is unknown color: approx Shakespeare. HEX triplet: 61, 9B and B4. RGB value is (97,155,180). Sum of RGB (Red+Green+Blue) = 97+155+180=432 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.45% from 432); Green value is 155 (60.94% from 255 or 35.88% from 432); Blue value is 180 (70.70% from 255 or 41.67% from 432); Max value from RGB is 180 - color contains mainly: blue. Hex color #619BB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619BB4 is #9E644B. Grayscale: #8C8C8C. Windows color (decimal): -10380364 or 11836257. OLE color: 11836257.

HSL color Cylindrical-coordinate representation of color #619BB4: hue angle of 198.07º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #619BB4 is Cyan = 0.46, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB97155180-
CMYK0.460.1400.29
HSL198.07º35.62%54.31%-
HSV(B)198.07º46.11%70.59%-
XYZ24.8929.2847.52-
YUV140.51150.2896.97-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.45%
GREEN value IS 155 (60.94% from 255) = 35.88%
BLUE value IS 180 (70.70% from 255) = 41.67%
R=22.45%
G=35.88%
B=41.67%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal971551800.460.1400.29198.0735.6254.31
Hex619BB42EE01Dc62436
Octal14123326456160353064466
Binary11000011001101110110100101110111001110111000110100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,155,180); }

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

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

 a { background-color: rgb(97,155,180); }

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

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

 span { border-color: rgb(97,155,180); }

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