Html Css Color HEX #604275 Honey Flower

📋 copy color: '#604275'

red 96 ◦ green 66 ◦ blue 117

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

Shades of Honey Flower #604275

Tints of Honey Flower #604275

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.66%

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

R = 34.41%
G = 23.66%
B = 41.94%

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

#604275 (or 0x604275) is known color: Honey Flower. HEX triplet: 60, 42 and 75. RGB value is (96,66,117). Sum of RGB (Red+Green+Blue) = 96+66+117=279 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.41% from 279); Green value is 66 (26.17% from 255 or 23.66% from 279); Blue value is 117 (46.09% from 255 or 41.94% from 279); Max value from RGB is 117 - color contains mainly: blue. Hex color #604275 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604275 is #9FBD8A. Grayscale: #505050. Windows color (decimal): -10468747 or 7684704. OLE color: 7684704.

HSL color Cylindrical-coordinate representation of color #604275: hue angle of 275.29º degrees, saturation: 0.28, 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 #604275 is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 96 66 117 -
CMYK 0.18 0.44 0 0.54
HSL 275.29º 0.28% 0.36% -
HSV(B) 275.29º 0.44% 0.46% -
XYZ 9.98 7.67 17.78 -
YUV 80.78 148.44 138.85 -
System Red Green Blue C M Y K H S L
Decimal 96 66 117 0.18 0.44 0 0.54 275.29 0.28 0.36
Hex 60 42 75 12 2C 0 36 113 1C 24
Octal 140 102 165 22 54 0 66 423 34 44
Binary 1100000 1000010 1110101 10010 101100 0 110110 100010011 11100 100100

Color Harmonies of #604275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604275

Black with #604275

Text Example


Text Example

White with #604275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604275; }

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

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

background-color css

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

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

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

border-color css

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

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

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