#619AB9

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

Shades of Shakespeare #619AB9

Tints of Shakespeare #619AB9

Color information

#619AB9 (or 0x619AB9) is unknown color: approx Shakespeare. HEX triplet: 61, 9A and B9. RGB value is (97,154,185). Sum of RGB (Red+Green+Blue) = 97+154+185=436 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.25% from 436); Green value is 154 (60.55% from 255 or 35.32% from 436); Blue value is 185 (72.66% from 255 or 42.43% from 436); Max value from RGB is 185 - color contains mainly: blue. Hex color #619AB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619AB9 is #9E6546. Grayscale: #8C8C8C. Windows color (decimal): -10380615 or 12163681. OLE color: 12163681.

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

Color convert

RGB97154185-
CMYK0.480.1700.27
HSL201.14º38.6%55.29%-
HSV(B)201.14º47.57%72.55%-
XYZ25.2429.1650.2-
YUV140.49153.1296.98-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.25%
GREEN value IS 154 (60.55% from 255) = 35.32%
BLUE value IS 185 (72.66% from 255) = 42.43%
R=22.25%
G=35.32%
B=42.43%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal971541850.480.1700.27201.1438.655.29
Hex619AB9301101Bc92737
Octal14123227160210333114767
Binary110000110011010101110011100001000101101111001001100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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