Html Css Color HEX #613C75 Honey Flower

📋 copy color: '#613C75'

red 97 ◦ green 60 ◦ blue 117

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

Shades of Honey Flower #613C75

Tints of Honey Flower #613C75

RGB

 RED value IS 97 (38.28% from 255) = 35.4%

 GREEN value IS 60 (23.83% from 255) = 21.9%

 BLUE value IS 117 (46.09% from 255) = 42.7%

R = 35.4%
G = 21.9%
B = 42.7%

CMYK

 C value IS 0.17

 M value IS 0.49

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#613C75 (or 0x613C75) is known color: Honey Flower. HEX triplet: 61, 3C and 75. RGB value is (97,60,117). Sum of RGB (Red+Green+Blue) = 97+60+117=274 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.40% from 274); Green value is 60 (23.83% from 255 or 21.90% from 274); Blue value is 117 (46.09% from 255 or 42.70% from 274); Max value from RGB is 117 - color contains mainly: blue. Hex color #613C75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613C75 is #9EC38A. Grayscale: #4D4D4D. Windows color (decimal): -10404747 or 7683169. OLE color: 7683169.

HSL color Cylindrical-coordinate representation of color #613C75: hue angle of 278.95º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #613C75 is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 97 60 117 -
CMYK 0.17 0.49 0 0.54
HSL 278.95º 0.32% 0.35% -
HSV(B) 278.95º 0.49% 0.46% -
XYZ 9.76 7.06 17.68 -
YUV 77.56 150.26 141.87 -
System Red Green Blue C M Y K H S L
Decimal 97 60 117 0.17 0.49 0 0.54 278.95 0.32 0.35
Hex 61 3C 75 11 31 0 36 117 20 23
Octal 141 74 165 21 61 0 66 427 40 43
Binary 1100001 111100 1110101 10001 110001 0 110110 100010111 100000 100011

Color Harmonies of #613C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613C75

Black with #613C75

Text Example


Text Example

White with #613C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613C75; }

 p { color: rgb(97,60,117); }

 H1.HeaderClassName
 {
   color: #613C75;
 }
 .AnyTagClassName
 {
   color: #613C75;
 }
</style>

background-color css

<style>
 a { background-color: #613C75; }

 a { background-color: rgb(97,60,117); }

 div.DivClassName
 {
   background-color: #613C75;
 }
 .BgClassName
 {
   background-color: #613C75;
 }
</style>

border-color css

<style>
 span { border-color: #613C75; }

 span { border-color: rgb(97,60,117); }

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