#619AB7

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

Shades of Shakespeare #619AB7

Tints of Shakespeare #619AB7

Color information

#619AB7 (or 0x619AB7) is unknown color: approx Shakespeare. HEX triplet: 61, 9A and B7. RGB value is (97,154,183). Sum of RGB (Red+Green+Blue) = 97+154+183=434 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.35% from 434); Green value is 154 (60.55% from 255 or 35.48% from 434); Blue value is 183 (71.88% from 255 or 42.17% from 434); Max value from RGB is 183 - color contains mainly: blue. Hex color #619AB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619AB7 is #9E6548. Grayscale: #8C8C8C. Windows color (decimal): -10380617 or 12032609. OLE color: 12032609.

HSL color Cylindrical-coordinate representation of color #619AB7: hue angle of 200.23º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #619AB7 is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB97154183-
CMYK0.470.1600.28
HSL200.23º37.39%54.9%-
HSV(B)200.23º46.99%71.76%-
XYZ25.0329.0749.09-
YUV140.26152.1297.14-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.35%
GREEN value IS 154 (60.55% from 255) = 35.48%
BLUE value IS 183 (71.88% from 255) = 42.17%
R=22.35%
G=35.48%
B=42.17%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal971541830.470.1600.28200.2337.3954.9
Hex619AB72F1001Cc82537
Octal14123226757200343104567
Binary110000110011010101101111011111000001110011001000100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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