Html Css Color HEX #604168 Honey Flower

📋 copy color: '#604168'

red 96 ◦ green 65 ◦ blue 104

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

Shades of Honey Flower #604168

Tints of Honey Flower #604168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 39.25%

R = 36.23%
G = 24.53%
B = 39.25%

CMYK

 C value IS 0.08

 M value IS 0.38

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#604168 (or 0x604168) is known color: Honey Flower. HEX triplet: 60, 41 and 68. RGB value is (96,65,104). Sum of RGB (Red+Green+Blue) = 96+65+104=265 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.23% from 265); Green value is 65 (25.78% from 255 or 24.53% from 265); Blue value is 104 (41.02% from 255 or 39.25% from 265); Max value from RGB is 104 - color contains mainly: blue. Hex color #604168 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604168 is #9FBE97. Grayscale: #4E4E4E. Windows color (decimal): -10469016 or 6832480. OLE color: 6832480.

HSL color Cylindrical-coordinate representation of color #604168: hue angle of 287.69º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #604168 is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 96 65 104 -
CMYK 0.08 0.38 0 0.59
HSL 287.69º 0.23% 0.33% -
HSV(B) 287.69º 0.38% 0.41% -
XYZ 9.21 7.27 14.01 -
YUV 78.72 142.27 140.33 -
System Red Green Blue C M Y K H S L
Decimal 96 65 104 0.08 0.38 0 0.59 287.69 0.23 0.33
Hex 60 41 68 8 26 0 3B 120 17 21
Octal 140 101 150 10 46 0 73 440 27 41
Binary 1100000 1000001 1101000 1000 100110 0 111011 100100000 10111 100001

Color Harmonies of #604168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604168

Black with #604168

Text Example


Text Example

White with #604168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604168; }

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

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

background-color css

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

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

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

border-color css

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

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

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