Html Css Color HEX #603670 Honey Flower

📋 copy color: '#603670'

red 96 ◦ green 54 ◦ blue 112

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

Shades of Honey Flower #603670

Tints of Honey Flower #603670

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.61%

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

R = 36.64%
G = 20.61%
B = 42.75%

CMYK

 C value IS 0.14

 M value IS 0.52

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#603670 (or 0x603670) is known color: Honey Flower. HEX triplet: 60, 36 and 70. RGB value is (96,54,112). Sum of RGB (Red+Green+Blue) = 96+54+112=262 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.64% from 262); Green value is 54 (21.48% from 255 or 20.61% from 262); Blue value is 112 (44.14% from 255 or 42.75% from 262); Max value from RGB is 112 - color contains mainly: blue. Hex color #603670 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603670 is #9FC98F. Grayscale: #484848. Windows color (decimal): -10471824 or 7353952. OLE color: 7353952.

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

Color convert

RGB 96 54 112 -
CMYK 0.14 0.52 0 0.56
HSL 283.45º 0.35% 0.33% -
HSV(B) 283.45º 0.52% 0.44% -
XYZ 9.07 6.29 16.07 -
YUV 73.17 149.91 144.28 -
System Red Green Blue C M Y K H S L
Decimal 96 54 112 0.14 0.52 0 0.56 283.45 0.35 0.33
Hex 60 36 70 E 34 0 38 11B 23 21
Octal 140 66 160 16 64 0 70 433 43 41
Binary 1100000 110110 1110000 1110 110100 0 111000 100011011 100011 100001

Color Harmonies of #603670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603670

Black with #603670

Text Example


Text Example

White with #603670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603670; }

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

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

background-color css

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

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

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

border-color css

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

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

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