Html Css Color HEX #604075 Honey Flower

📋 copy color: '#604075'

red 96 ◦ green 64 ◦ blue 117

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

Shades of Honey Flower #604075

Tints of Honey Flower #604075

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.1%

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

R = 34.66%
G = 23.1%
B = 42.24%

CMYK

 C value IS 0.18

 M value IS 0.45

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#604075 (or 0x604075) is known color: Honey Flower. HEX triplet: 60, 40 and 75. RGB value is (96,64,117). Sum of RGB (Red+Green+Blue) = 96+64+117=277 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.66% from 277); Green value is 64 (25.39% from 255 or 23.10% from 277); Blue value is 117 (46.09% from 255 or 42.24% from 277); Max value from RGB is 117 - color contains mainly: blue. Hex color #604075 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604075 is #9FBF8A. Grayscale: #4F4F4F. Windows color (decimal): -10469259 or 7684192. OLE color: 7684192.

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

Color convert

RGB 96 64 117 -
CMYK 0.18 0.45 0 0.54
HSL 276.23º 0.29% 0.35% -
HSV(B) 276.23º 0.45% 0.46% -
XYZ 9.87 7.44 17.75 -
YUV 79.61 149.1 139.69 -
System Red Green Blue C M Y K H S L
Decimal 96 64 117 0.18 0.45 0 0.54 276.23 0.29 0.35
Hex 60 40 75 12 2D 0 36 114 1D 23
Octal 140 100 165 22 55 0 66 424 35 43
Binary 1100000 1000000 1110101 10010 101101 0 110110 100010100 11101 100011

Color Harmonies of #604075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604075

Black with #604075

Text Example


Text Example

White with #604075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604075; }

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

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

background-color css

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

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

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

border-color css

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

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

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