#619CB2

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

Shades of Shakespeare #619CB2

Tints of Shakespeare #619CB2

Color information

#619CB2 (or 0x619CB2) is unknown color: approx Shakespeare. HEX triplet: 61, 9C and B2. RGB value is (97,156,178). Sum of RGB (Red+Green+Blue) = 97+156+178=431 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.51% from 431); Green value is 156 (61.33% from 255 or 36.19% from 431); Blue value is 178 (69.92% from 255 or 41.30% from 431); Max value from RGB is 178 - color contains mainly: blue. Hex color #619CB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619CB2 is #9E634D. Grayscale: #8C8C8C. Windows color (decimal): -10380110 or 11705441. OLE color: 11705441.

HSL color Cylindrical-coordinate representation of color #619CB2: hue angle of 196.3º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #619CB2 is Cyan = 0.46, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB97156178-
CMYK0.460.1200.30
HSL196.3º34.47%53.92%-
HSV(B)196.3º45.51%69.8%-
XYZ24.8529.5346.51-
YUV140.87148.9596.71-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.51%
GREEN value IS 156 (61.33% from 255) = 36.19%
BLUE value IS 178 (69.92% from 255) = 41.30%
R=22.51%
G=36.19%
B=41.30%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal971561780.460.1200.30196.334.4753.92
Hex619CB22EC01Ec42236
Octal14123426256140363044266
Binary11000011001110010110010101110110001111011000100100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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