Html Css Color HEX #603B70 Honey Flower

📋 copy color: '#603B70'

red 96 ◦ green 59 ◦ blue 112

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

Shades of Honey Flower #603B70

Tints of Honey Flower #603B70

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.1%

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

R = 35.96%
G = 22.1%
B = 41.95%

CMYK

 C value IS 0.14

 M value IS 0.47

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#603B70 (or 0x603B70) is known color: Honey Flower. HEX triplet: 60, 3B and 70. RGB value is (96,59,112). Sum of RGB (Red+Green+Blue) = 96+59+112=267 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.96% from 267); Green value is 59 (23.44% from 255 or 22.10% from 267); Blue value is 112 (44.14% from 255 or 41.95% from 267); Max value from RGB is 112 - color contains mainly: blue. Hex color #603B70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603B70 is #9FC48F. Grayscale: #4B4B4B. Windows color (decimal): -10470544 or 7355232. OLE color: 7355232.

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

Color convert

RGB 96 59 112 -
CMYK 0.14 0.47 0 0.56
HSL 281.89º 0.31% 0.34% -
HSV(B) 281.89º 0.47% 0.44% -
XYZ 9.31 6.78 16.15 -
YUV 76.11 148.26 142.19 -
System Red Green Blue C M Y K H S L
Decimal 96 59 112 0.14 0.47 0 0.56 281.89 0.31 0.34
Hex 60 3B 70 E 2F 0 38 11A 1F 22
Octal 140 73 160 16 57 0 70 432 37 42
Binary 1100000 111011 1110000 1110 101111 0 111000 100011010 11111 100010

Color Harmonies of #603B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603B70

Black with #603B70

Text Example


Text Example

White with #603B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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