Html Css Color HEX #603F70 Honey Flower

📋 copy color: '#603F70'

red 96 ◦ green 63 ◦ blue 112

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

Shades of Honey Flower #603F70

Tints of Honey Flower #603F70

RGB

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

 GREEN value IS 63 (25% from 255) = 23.25%

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

R = 35.42%
G = 23.25%
B = 41.33%

CMYK

 C value IS 0.14

 M value IS 0.44

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#603F70 (or 0x603F70) is known color: Honey Flower. HEX triplet: 60, 3F and 70. RGB value is (96,63,112). Sum of RGB (Red+Green+Blue) = 96+63+112=271 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.42% from 271); Green value is 63 (25% from 255 or 23.25% from 271); Blue value is 112 (44.14% from 255 or 41.33% from 271); Max value from RGB is 112 - color contains mainly: blue. Hex color #603F70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603F70 is #9FC08F. Grayscale: #4E4E4E. Windows color (decimal): -10469520 or 7356256. OLE color: 7356256.

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

Color convert

RGB 96 63 112 -
CMYK 0.14 0.44 0 0.56
HSL 280.41º 0.28% 0.34% -
HSV(B) 280.41º 0.44% 0.44% -
XYZ 9.53 7.21 16.22 -
YUV 78.45 146.93 140.52 -
System Red Green Blue C M Y K H S L
Decimal 96 63 112 0.14 0.44 0 0.56 280.41 0.28 0.34
Hex 60 3F 70 E 2C 0 38 118 1C 22
Octal 140 77 160 16 54 0 70 430 34 42
Binary 1100000 111111 1110000 1110 101100 0 111000 100011000 11100 100010

Color Harmonies of #603F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603F70

Black with #603F70

Text Example


Text Example

White with #603F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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