#619AB0

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

Shades of Shakespeare #619AB0

Tints of Shakespeare #619AB0

Color information

#619AB0 (or 0x619AB0) is unknown color: approx Shakespeare. HEX triplet: 61, 9A and B0. RGB value is (97,154,176). Sum of RGB (Red+Green+Blue) = 97+154+176=427 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.72% from 427); Green value is 154 (60.55% from 255 or 36.07% from 427); Blue value is 176 (69.14% from 255 or 41.22% from 427); Max value from RGB is 176 - color contains mainly: blue. Hex color #619AB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619AB0 is #9E654F. Grayscale: #8B8B8B. Windows color (decimal): -10380624 or 11573857. OLE color: 11573857.

HSL color Cylindrical-coordinate representation of color #619AB0: hue angle of 196.71º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #619AB0 is Cyan = 0.45, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB97154176-
CMYK0.450.1200.31
HSL196.71º33.33%53.53%-
HSV(B)196.71º44.89%69.02%-
XYZ24.3228.7945.35-
YUV139.46148.6297.71-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.72%
GREEN value IS 154 (60.55% from 255) = 36.07%
BLUE value IS 176 (69.14% from 255) = 41.22%
R=22.72%
G=36.07%
B=41.22%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal971541760.450.1200.31196.7133.3353.53
Hex619AB02DC01Fc52136
Octal14123226055140373054166
Binary11000011001101010110000101101110001111111000101100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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