#619DAD

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

Shades of Shakespeare #619DAD

Tints of Shakespeare #619DAD

Color information

#619DAD (or 0x619DAD) is unknown color: approx Shakespeare. HEX triplet: 61, 9D and AD. RGB value is (97,157,173). Sum of RGB (Red+Green+Blue) = 97+157+173=427 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.72% from 427); Green value is 157 (61.72% from 255 or 36.77% from 427); Blue value is 173 (67.97% from 255 or 40.52% from 427); Max value from RGB is 173 - color contains mainly: blue. Hex color #619DAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619DAD is #9E6252. Grayscale: #8C8C8C. Windows color (decimal): -10379859 or 11378017. OLE color: 11378017.

HSL color Cylindrical-coordinate representation of color #619DAD: hue angle of 192.63º 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 #619DAD is Cyan = 0.44, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB97157173-
CMYK0.440.0900.32
HSL192.63º31.67%52.94%-
HSV(B)192.63º43.93%67.84%-
XYZ24.5329.6743.97-
YUV140.88146.1296.7-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.72%
GREEN value IS 157 (61.72% from 255) = 36.77%
BLUE value IS 173 (67.97% from 255) = 40.52%
R=22.72%
G=36.77%
B=40.52%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal971571730.440.0900.32192.6331.6752.94
Hex619DAD2C9020c12035
Octal14123525554110403014065
Binary110000110011101101011011011001001010000011000001100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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