#619DBD

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

Shades of Shakespeare #619DBD

Tints of Shakespeare #619DBD

Color information

#619DBD (or 0x619DBD) is unknown color: approx Shakespeare. HEX triplet: 61, 9D and BD. RGB value is (97,157,189). Sum of RGB (Red+Green+Blue) = 97+157+189=443 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.90% from 443); Green value is 157 (61.72% from 255 or 35.44% from 443); Blue value is 189 (74.22% from 255 or 42.66% from 443); Max value from RGB is 189 - color contains mainly: blue. Hex color #619DBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619DBD is #9E6242. Grayscale: #8E8E8E. Windows color (decimal): -10379843 or 12426593. OLE color: 12426593.

HSL color Cylindrical-coordinate representation of color #619DBD: hue angle of 200.87º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #619DBD is Cyan = 0.49, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB97157189-
CMYK0.490.1700.26
HSL200.87º41.07%56.08%-
HSV(B)200.87º48.68%74.12%-
XYZ26.1730.3352.62-
YUV142.71154.1295.4-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.90%
GREEN value IS 157 (61.72% from 255) = 35.44%
BLUE value IS 189 (74.22% from 255) = 42.66%
R=21.90%
G=35.44%
B=42.66%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal971571890.490.1700.26200.8741.0756.08
Hex619DBD311101Ac92938
Octal14123527561210323115170
Binary110000110011101101111011100011000101101011001001101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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