#619FBB

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

Shades of Shakespeare #619FBB

Tints of Shakespeare #619FBB

Color information

#619FBB (or 0x619FBB) is unknown color: approx Shakespeare. HEX triplet: 61, 9F and BB. RGB value is (97,159,187). Sum of RGB (Red+Green+Blue) = 97+159+187=443 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.90% from 443); Green value is 159 (62.5% from 255 or 35.89% from 443); Blue value is 187 (73.44% from 255 or 42.21% from 443); Max value from RGB is 187 - color contains mainly: blue. Hex color #619FBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619FBB is #9E6044. Grayscale: #8F8F8F. Windows color (decimal): -10379333 or 12296033. OLE color: 12296033.

HSL color Cylindrical-coordinate representation of color #619FBB: hue angle of 198.67º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #619FBB is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB97159187-
CMYK0.480.1500.27
HSL198.67º39.82%55.69%-
HSV(B)198.67º48.13%73.33%-
XYZ26.330.9351.6-
YUV143.65152.4694.72-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.90%
GREEN value IS 159 (62.5% from 255) = 35.89%
BLUE value IS 187 (73.44% from 255) = 42.21%
R=21.90%
G=35.89%
B=42.21%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal971591870.480.1500.27198.6739.8255.69
Hex619FBB30F01Bc72838
Octal14123727360170333075070
Binary11000011001111110111011110000111101101111000111101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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