#619CC4

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

Shades of Shakespeare #619CC4

Tints of Shakespeare #619CC4

Color information

#619CC4 (or 0x619CC4) is unknown color: approx Shakespeare. HEX triplet: 61, 9C and C4. RGB value is (97,156,196). Sum of RGB (Red+Green+Blue) = 97+156+196=449 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.60% from 449); Green value is 156 (61.33% from 255 or 34.74% from 449); Blue value is 196 (76.95% from 255 or 43.65% from 449); Max value from RGB is 196 - color contains mainly: blue. Hex color #619CC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619CC4 is #9E633B. Grayscale: #8E8E8E. Windows color (decimal): -10380092 or 12885089. OLE color: 12885089.

HSL color Cylindrical-coordinate representation of color #619CC4: hue angle of 204.24º 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 #619CC4 is Cyan = 0.51, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB97156196-
CMYK0.510.2000.23
HSL204.24º45.62%57.45%-
HSV(B)204.24º50.51%76.86%-
XYZ26.7830.356.66-
YUV142.92157.9595.25-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.60%
GREEN value IS 156 (61.33% from 255) = 34.74%
BLUE value IS 196 (76.95% from 255) = 43.65%
R=21.60%
G=34.74%
B=43.65%

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
Decimal971561960.510.2000.23204.2445.6257.45
Hex619CC43314017cc2e39
Octal14123430463240273145671
Binary110000110011100110001001100111010001011111001100101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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