Html Css Color HEX #614B7F Gigas

📋 copy color: '#614B7F'

red 97 ◦ green 75 ◦ blue 127

#614B7F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gigas #614B7F

Tints of Gigas #614B7F

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 value IS 0.24

 M value IS 0.41

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#614B7F (or 0x614B7F) is known color: 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

RGB 97 75 127 -
CMYK 0.24 0.41 0 0.50
HSL 265.38º 0.26% 0.4% -
HSV(B) 265.38º 0.41% 0.5% -
XYZ 11.28 9.11 21.24 -
YUV 87.51 150.29 134.77 -
System Red Green Blue C M Y K H S L
Decimal 97 75 127 0.24 0.41 0 0.50 265.38 0.26 0.4
Hex 61 4B 7F 18 29 0 32 109 1A 28
Octal 141 113 177 30 51 0 62 411 32 50
Binary 1100001 1001011 1111111 11000 101001 0 110010 100001001 11010 101000

Color Harmonies of #614B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614B7F

Black with #614B7F

Text Example


Text Example

White with #614B7F

Text Example


Text Example

HTML Codes & Css Web 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>