Html Css Color HEX #604378 Honey Flower

📋 copy color: '#604378'

red 96 ◦ green 67 ◦ blue 120

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

Shades of Honey Flower #604378

Tints of Honey Flower #604378

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.67%

 BLUE value IS 120 (47.27% from 255) = 42.4%

R = 33.92%
G = 23.67%
B = 42.4%

CMYK

 C value IS 0.2

 M value IS 0.44

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#604378 (or 0x604378) is known color: Honey Flower. HEX triplet: 60, 43 and 78. RGB value is (96,67,120). Sum of RGB (Red+Green+Blue) = 96+67+120=283 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.92% from 283); Green value is 67 (26.56% from 255 or 23.67% from 283); Blue value is 120 (47.27% from 255 or 42.40% from 283); Max value from RGB is 120 - color contains mainly: blue. Hex color #604378 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604378 is #9FBC87. Grayscale: #515151. Windows color (decimal): -10468488 or 7881568. OLE color: 7881568.

HSL color Cylindrical-coordinate representation of color #604378: hue angle of 272.83º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #604378 is Cyan = 0.2, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 96 67 120 -
CMYK 0.2 0.44 0 0.53
HSL 272.83º 0.28% 0.37% -
HSV(B) 272.83º 0.44% 0.47% -
XYZ 10.22 7.86 18.75 -
YUV 81.71 149.61 138.19 -
System Red Green Blue C M Y K H S L
Decimal 96 67 120 0.2 0.44 0 0.53 272.83 0.28 0.37
Hex 60 43 78 14 2C 0 35 111 1C 25
Octal 140 103 170 24 54 0 65 421 34 45
Binary 1100000 1000011 1111000 10100 101100 0 110101 100010001 11100 100101

Color Harmonies of #604378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604378

Black with #604378

Text Example


Text Example

White with #604378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604378; }

 p { color: rgb(96,67,120); }

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

background-color css

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

 a { background-color: rgb(96,67,120); }

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

border-color css

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

 span { border-color: rgb(96,67,120); }

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