#619AAD

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

Shades of Shakespeare #619AAD

Tints of Shakespeare #619AAD

Color information

#619AAD (or 0x619AAD) is unknown color: approx Shakespeare. HEX triplet: 61, 9A and AD. RGB value is (97,154,173). Sum of RGB (Red+Green+Blue) = 97+154+173=424 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.88% from 424); Green value is 154 (60.55% from 255 or 36.32% from 424); Blue value is 173 (67.97% from 255 or 40.80% from 424); Max value from RGB is 173 - color contains mainly: blue. Hex color #619AAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619AAD is #9E6552. Grayscale: #8A8A8A. Windows color (decimal): -10380627 or 11377249. OLE color: 11377249.

HSL color Cylindrical-coordinate representation of color #619AAD: hue angle of 195º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #619AAD is Cyan = 0.44, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB97154173-
CMYK0.440.1100.32
HSL195º31.67%52.94%-
HSV(B)195º43.93%67.84%-
XYZ24.0328.6743.8-
YUV139.12147.1297.96-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.88%
GREEN value IS 154 (60.55% from 255) = 36.32%
BLUE value IS 173 (67.97% from 255) = 40.80%
R=22.88%
G=36.32%
B=40.80%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal971541730.440.1100.3219531.6752.94
Hex619AAD2CB020c32035
Octal14123225554130403034065
Binary110000110011010101011011011001011010000011000011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,154,173); }

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

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

 a { background-color: rgb(97,154,173); }

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

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

 span { border-color: rgb(97,154,173); }

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