Html Css Color HEX #603E70 Honey Flower

📋 copy color: '#603E70'

red 96 ◦ green 62 ◦ blue 112

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

Shades of Honey Flower #603E70

Tints of Honey Flower #603E70

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.96%

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

R = 35.56%
G = 22.96%
B = 41.48%

CMYK

 C value IS 0.14

 M value IS 0.45

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#603E70 (or 0x603E70) is known color: Honey Flower. HEX triplet: 60, 3E and 70. RGB value is (96,62,112). Sum of RGB (Red+Green+Blue) = 96+62+112=270 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.56% from 270); Green value is 62 (24.61% from 255 or 22.96% from 270); Blue value is 112 (44.14% from 255 or 41.48% from 270); Max value from RGB is 112 - color contains mainly: blue. Hex color #603E70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603E70 is #9FC18F. Grayscale: #4D4D4D. Windows color (decimal): -10469776 or 7356000. OLE color: 7356000.

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

Color convert

RGB 96 62 112 -
CMYK 0.14 0.45 0 0.56
HSL 280.8º 0.29% 0.34% -
HSV(B) 280.8º 0.45% 0.44% -
XYZ 9.47 7.1 16.2 -
YUV 77.87 147.26 140.93 -
System Red Green Blue C M Y K H S L
Decimal 96 62 112 0.14 0.45 0 0.56 280.8 0.29 0.34
Hex 60 3E 70 E 2D 0 38 119 1D 22
Octal 140 76 160 16 55 0 70 431 35 42
Binary 1100000 111110 1110000 1110 101101 0 111000 100011001 11101 100010

Color Harmonies of #603E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603E70

Black with #603E70

Text Example


Text Example

White with #603E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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