Html Css Color HEX #603A70 Honey Flower

📋 copy color: '#603A70'

red 96 ◦ green 58 ◦ blue 112

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

Shades of Honey Flower #603A70

Tints of Honey Flower #603A70

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.8%

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

R = 36.09%
G = 21.8%
B = 42.11%

CMYK

 C value IS 0.14

 M value IS 0.48

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#603A70 (or 0x603A70) is known color: Honey Flower. HEX triplet: 60, 3A and 70. RGB value is (96,58,112). Sum of RGB (Red+Green+Blue) = 96+58+112=266 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.09% from 266); Green value is 58 (23.05% from 255 or 21.80% from 266); Blue value is 112 (44.14% from 255 or 42.11% from 266); Max value from RGB is 112 - color contains mainly: blue. Hex color #603A70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603A70 is #9FC58F. Grayscale: #4B4B4B. Windows color (decimal): -10470800 or 7354976. OLE color: 7354976.

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

Color convert

RGB 96 58 112 -
CMYK 0.14 0.48 0 0.56
HSL 282.22º 0.32% 0.33% -
HSV(B) 282.22º 0.48% 0.44% -
XYZ 9.26 6.68 16.13 -
YUV 75.52 148.59 142.61 -
System Red Green Blue C M Y K H S L
Decimal 96 58 112 0.14 0.48 0 0.56 282.22 0.32 0.33
Hex 60 3A 70 E 30 0 38 11A 20 21
Octal 140 72 160 16 60 0 70 432 40 41
Binary 1100000 111010 1110000 1110 110000 0 111000 100011010 100000 100001

Color Harmonies of #603A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603A70

Black with #603A70

Text Example


Text Example

White with #603A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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