#619FB6

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

Shades of Shakespeare #619FB6

Tints of Shakespeare #619FB6

Color information

#619FB6 (or 0x619FB6) is unknown color: approx Shakespeare. HEX triplet: 61, 9F and B6. RGB value is (97,159,182). Sum of RGB (Red+Green+Blue) = 97+159+182=438 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.15% from 438); Green value is 159 (62.5% from 255 or 36.30% from 438); Blue value is 182 (71.48% from 255 or 41.55% from 438); Max value from RGB is 182 - color contains mainly: blue. Hex color #619FB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619FB6 is #9E6049. Grayscale: #8E8E8E. Windows color (decimal): -10379338 or 11968353. OLE color: 11968353.

HSL color Cylindrical-coordinate representation of color #619FB6: hue angle of 196.24º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #619FB6 is Cyan = 0.47, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB97159182-
CMYK0.470.1300.29
HSL196.24º36.8%54.71%-
HSV(B)196.24º46.7%71.37%-
XYZ25.7730.7248.83-
YUV143.08149.9695.13-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.15%
GREEN value IS 159 (62.5% from 255) = 36.30%
BLUE value IS 182 (71.48% from 255) = 41.55%
R=22.15%
G=36.30%
B=41.55%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal971591820.470.1300.29196.2436.854.71
Hex619FB62FD01Dc42537
Octal14123726657150353044567
Binary11000011001111110110110101111110101110111000100100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,159,182); }

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

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

 a { background-color: rgb(97,159,182); }

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

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

 span { border-color: rgb(97,159,182); }

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