#619DC4

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

Shades of Shakespeare #619DC4

Tints of Shakespeare #619DC4

Color information

#619DC4 (or 0x619DC4) is unknown color: approx Shakespeare. HEX triplet: 61, 9D and C4. RGB value is (97,157,196). Sum of RGB (Red+Green+Blue) = 97+157+196=450 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.56% from 450); Green value is 157 (61.72% from 255 or 34.89% from 450); Blue value is 196 (76.95% from 255 or 43.56% from 450); Max value from RGB is 196 - color contains mainly: blue. Hex color #619DC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619DC4 is #9E623B. Grayscale: #8F8F8F. Windows color (decimal): -10379836 or 12885345. OLE color: 12885345.

HSL color Cylindrical-coordinate representation of color #619DC4: hue angle of 203.64º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #619DC4 is Cyan = 0.51, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB97157196-
CMYK0.510.2000.23
HSL203.64º45.62%57.45%-
HSV(B)203.64º50.51%76.86%-
XYZ26.9530.6456.72-
YUV143.51157.6294.83-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.56%
GREEN value IS 157 (61.72% from 255) = 34.89%
BLUE value IS 196 (76.95% from 255) = 43.56%
R=21.56%
G=34.89%
B=43.56%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal971571960.510.2000.23203.6445.6257.45
Hex619DC43314017cc2e39
Octal14123530463240273145671
Binary110000110011101110001001100111010001011111001100101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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