Html Css Color HEX #604270 Honey Flower

📋 copy color: '#604270'

red 96 ◦ green 66 ◦ blue 112

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

Shades of Honey Flower #604270

Tints of Honey Flower #604270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 40.88%

R = 35.04%
G = 24.09%
B = 40.88%

CMYK

 C value IS 0.14

 M value IS 0.41

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#604270 (or 0x604270) is known color: Honey Flower. HEX triplet: 60, 42 and 70. RGB value is (96,66,112). Sum of RGB (Red+Green+Blue) = 96+66+112=274 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.04% from 274); Green value is 66 (26.17% from 255 or 24.09% from 274); Blue value is 112 (44.14% from 255 or 40.88% from 274); Max value from RGB is 112 - color contains mainly: blue. Hex color #604270 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604270 is #9FBD8F. Grayscale: #505050. Windows color (decimal): -10468752 or 7357024. OLE color: 7357024.

HSL color Cylindrical-coordinate representation of color #604270: hue angle of 279.13º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #604270 is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 96 66 112 -
CMYK 0.14 0.41 0 0.56
HSL 279.13º 0.26% 0.35% -
HSV(B) 279.13º 0.41% 0.44% -
XYZ 9.7 7.55 16.28 -
YUV 80.21 145.94 139.26 -
System Red Green Blue C M Y K H S L
Decimal 96 66 112 0.14 0.41 0 0.56 279.13 0.26 0.35
Hex 60 42 70 E 29 0 38 117 1A 23
Octal 140 102 160 16 51 0 70 427 32 43
Binary 1100000 1000010 1110000 1110 101001 0 111000 100010111 11010 100011

Color Harmonies of #604270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604270

Black with #604270

Text Example


Text Example

White with #604270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604270; }

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

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

background-color css

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

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

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

border-color css

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

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

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