#614B7F

Color #614B7F Gigas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gigas #614B7F

Tints of Gigas #614B7F

Color information

#614B7F (or 0x614B7F) is unknown color: approx Gigas. HEX triplet: 61, 4B and 7F. RGB value is (97,75,127). Sum of RGB (Red+Green+Blue) = 97+75+127=299 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.44% from 299); Green value is 75 (29.69% from 255 or 25.08% from 299); Blue value is 127 (50% from 255 or 42.47% from 299); Max value from RGB is 127 - color contains mainly: blue. Hex color #614B7F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614B7F is #9EB480. Grayscale: #575757. Windows color (decimal): -10400897 or 8342369. OLE color: 8342369.

HSL color Cylindrical-coordinate representation of color #614B7F: hue angle of 265.38º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #614B7F is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9775127-
CMYK0.240.4100.50
HSL265.38º25.74%39.61%-
HSV(B)265.38º40.94%49.8%-
XYZ11.289.1121.24-
YUV87.51150.29134.77-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.44%
GREEN value IS 75 (29.69% from 255) = 25.08%
BLUE value IS 127 (50% from 255) = 42.47%
R=32.44%
G=25.08%
B=42.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal97751270.240.4100.50265.3825.7439.61
Hex614B7F18290321091a28
Octal14111317730510624113250
Binary11000011001011111111111000101001011001010000100111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614B7F; }

 p { color: rgb(97,75,127); }

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

<style>
 a { background-color: #614B7F; }

 a { background-color: rgb(97,75,127); }

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

<style>
 span { border-color: #614B7F; }

 span { border-color: rgb(97,75,127); }

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