Html Css Color HEX #603970 Honey Flower

📋 copy color: '#603970'

red 96 ◦ green 57 ◦ blue 112

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

Shades of Honey Flower #603970

Tints of Honey Flower #603970

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.51%

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

R = 36.23%
G = 21.51%
B = 42.26%

CMYK

 C value IS 0.14

 M value IS 0.49

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#603970 (or 0x603970) is known color: Honey Flower. HEX triplet: 60, 39 and 70. RGB value is (96,57,112). Sum of RGB (Red+Green+Blue) = 96+57+112=265 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.23% from 265); Green value is 57 (22.66% from 255 or 21.51% from 265); Blue value is 112 (44.14% from 255 or 42.26% from 265); Max value from RGB is 112 - color contains mainly: blue. Hex color #603970 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603970 is #9FC68F. Grayscale: #4A4A4A. Windows color (decimal): -10471056 or 7354720. OLE color: 7354720.

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

Color convert

RGB 96 57 112 -
CMYK 0.14 0.49 0 0.56
HSL 282.55º 0.33% 0.33% -
HSV(B) 282.55º 0.49% 0.44% -
XYZ 9.21 6.58 16.11 -
YUV 74.93 148.92 143.03 -
System Red Green Blue C M Y K H S L
Decimal 96 57 112 0.14 0.49 0 0.56 282.55 0.33 0.33
Hex 60 39 70 E 31 0 38 11B 21 21
Octal 140 71 160 16 61 0 70 433 41 41
Binary 1100000 111001 1110000 1110 110001 0 111000 100011011 100001 100001

Color Harmonies of #603970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603970

Black with #603970

Text Example


Text Example

White with #603970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603970; }

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

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

background-color css

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

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

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

border-color css

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

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

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