#619FBD

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

Shades of Shakespeare #619FBD

Tints of Shakespeare #619FBD

Color information

#619FBD (or 0x619FBD) is unknown color: approx Shakespeare. HEX triplet: 61, 9F and BD. RGB value is (97,159,189). Sum of RGB (Red+Green+Blue) = 97+159+189=445 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.80% from 445); Green value is 159 (62.5% from 255 or 35.73% from 445); Blue value is 189 (74.22% from 255 or 42.47% from 445); Max value from RGB is 189 - color contains mainly: blue. Hex color #619FBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619FBD is #9E6042. Grayscale: #8F8F8F. Windows color (decimal): -10379331 or 12427105. OLE color: 12427105.

HSL color Cylindrical-coordinate representation of color #619FBD: hue angle of 199.57º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #619FBD is Cyan = 0.49, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB97159189-
CMYK0.490.1600.26
HSL199.57º41.07%56.08%-
HSV(B)199.57º48.68%74.12%-
XYZ26.5131.0152.73-
YUV143.88153.4694.56-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.80%
GREEN value IS 159 (62.5% from 255) = 35.73%
BLUE value IS 189 (74.22% from 255) = 42.47%
R=21.80%
G=35.73%
B=42.47%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal971591890.490.1600.26199.5741.0756.08
Hex619FBD311001Ac82938
Octal14123727561200323105170
Binary110000110011111101111011100011000001101011001000101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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