Html Css Color HEX #604175 Honey Flower

📋 copy color: '#604175'

red 96 ◦ green 65 ◦ blue 117

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

Shades of Honey Flower #604175

Tints of Honey Flower #604175

RGB

 RED value IS 96 (37.89% from 255) = 34.53%

 GREEN value IS 65 (25.78% from 255) = 23.38%

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

R = 34.53%
G = 23.38%
B = 42.09%

CMYK

 C value IS 0.18

 M value IS 0.44

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#604175 (or 0x604175) is known color: Honey Flower. HEX triplet: 60, 41 and 75. RGB value is (96,65,117). Sum of RGB (Red+Green+Blue) = 96+65+117=278 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.53% from 278); Green value is 65 (25.78% from 255 or 23.38% from 278); Blue value is 117 (46.09% from 255 or 42.09% from 278); Max value from RGB is 117 - color contains mainly: blue. Hex color #604175 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604175 is #9FBE8A. Grayscale: #505050. Windows color (decimal): -10469003 or 7684448. OLE color: 7684448.

HSL color Cylindrical-coordinate representation of color #604175: hue angle of 275.77º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #604175 is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 96 65 117 -
CMYK 0.18 0.44 0 0.54
HSL 275.77º 0.29% 0.36% -
HSV(B) 275.77º 0.44% 0.46% -
XYZ 9.93 7.55 17.76 -
YUV 80.2 148.77 139.27 -
System Red Green Blue C M Y K H S L
Decimal 96 65 117 0.18 0.44 0 0.54 275.77 0.29 0.36
Hex 60 41 75 12 2C 0 36 114 1D 24
Octal 140 101 165 22 54 0 66 424 35 44
Binary 1100000 1000001 1110101 10010 101100 0 110110 100010100 11101 100100

Color Harmonies of #604175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604175

Black with #604175

Text Example


Text Example

White with #604175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604175; }

 p { color: rgb(96,65,117); }

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

background-color css

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

 a { background-color: rgb(96,65,117); }

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

border-color css

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

 span { border-color: rgb(96,65,117); }

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