#619CB4

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

Shades of Shakespeare #619CB4

Tints of Shakespeare #619CB4

Color information

#619CB4 (or 0x619CB4) is unknown color: approx Shakespeare. HEX triplet: 61, 9C and B4. RGB value is (97,156,180). Sum of RGB (Red+Green+Blue) = 97+156+180=433 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.40% from 433); Green value is 156 (61.33% from 255 or 36.03% from 433); Blue value is 180 (70.70% from 255 or 41.57% from 433); Max value from RGB is 180 - color contains mainly: blue. Hex color #619CB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619CB4 is #9E634B. Grayscale: #8C8C8C. Windows color (decimal): -10380108 or 11836513. OLE color: 11836513.

HSL color Cylindrical-coordinate representation of color #619CB4: hue angle of 197.35º 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 #619CB4 is Cyan = 0.46, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB97156180-
CMYK0.460.1300.29
HSL197.35º35.62%54.31%-
HSV(B)197.35º46.11%70.59%-
XYZ25.0629.6147.58-
YUV141.1149.9596.55-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.40%
GREEN value IS 156 (61.33% from 255) = 36.03%
BLUE value IS 180 (70.70% from 255) = 41.57%
R=22.40%
G=36.03%
B=41.57%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal971561800.460.1300.29197.3535.6254.31
Hex619CB42ED01Dc52436
Octal14123426456150353054466
Binary11000011001110010110100101110110101110111000101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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