#619AB2

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

Shades of Shakespeare #619AB2

Tints of Shakespeare #619AB2

Color information

#619AB2 (or 0x619AB2) is unknown color: approx Shakespeare. HEX triplet: 61, 9A and B2. RGB value is (97,154,178). Sum of RGB (Red+Green+Blue) = 97+154+178=429 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.61% from 429); Green value is 154 (60.55% from 255 or 35.90% from 429); Blue value is 178 (69.92% from 255 or 41.49% from 429); Max value from RGB is 178 - color contains mainly: blue. Hex color #619AB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619AB2 is #9E654D. Grayscale: #8B8B8B. Windows color (decimal): -10380622 or 11704929. OLE color: 11704929.

HSL color Cylindrical-coordinate representation of color #619AB2: hue angle of 197.78º 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 #619AB2 is Cyan = 0.46, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB97154178-
CMYK0.460.1300.30
HSL197.78º34.47%53.92%-
HSV(B)197.78º45.51%69.8%-
XYZ24.5228.8746.4-
YUV139.69149.6297.55-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.61%
GREEN value IS 154 (60.55% from 255) = 35.90%
BLUE value IS 178 (69.92% from 255) = 41.49%
R=22.61%
G=35.90%
B=41.49%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal971541780.460.1300.30197.7834.4753.92
Hex619AB22ED01Ec62236
Octal14123226256150363064266
Binary11000011001101010110010101110110101111011000110100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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