#619CB6

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

Shades of Shakespeare #619CB6

Tints of Shakespeare #619CB6

Color information

#619CB6 (or 0x619CB6) is unknown color: approx Shakespeare. HEX triplet: 61, 9C and B6. RGB value is (97,156,182). Sum of RGB (Red+Green+Blue) = 97+156+182=435 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.30% from 435); Green value is 156 (61.33% from 255 or 35.86% from 435); Blue value is 182 (71.48% from 255 or 41.84% from 435); Max value from RGB is 182 - color contains mainly: blue. Hex color #619CB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619CB6 is #9E6349. Grayscale: #8D8D8D. Windows color (decimal): -10380106 or 11967585. OLE color: 11967585.

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

Color convert

RGB97156182-
CMYK0.470.1400.29
HSL198.35º36.8%54.71%-
HSV(B)198.35º46.7%71.37%-
XYZ25.2629.748.66-
YUV141.32150.9596.39-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.30%
GREEN value IS 156 (61.33% from 255) = 35.86%
BLUE value IS 182 (71.48% from 255) = 41.84%
R=22.30%
G=35.86%
B=41.84%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal971561820.470.1400.29198.3536.854.71
Hex619CB62FE01Dc62537
Octal14123426657160353064567
Binary11000011001110010110110101111111001110111000110100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,156,182); }

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

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

 a { background-color: rgb(97,156,182); }

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

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

 span { border-color: rgb(97,156,182); }

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