Html Css Color HEX #603D6C Honey Flower

📋 copy color: '#603D6C'

red 96 ◦ green 61 ◦ blue 108

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

Shades of Honey Flower #603D6C

Tints of Honey Flower #603D6C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.02%

 BLUE value IS 108 (42.58% from 255) = 40.75%

R = 36.23%
G = 23.02%
B = 40.75%

CMYK

 C value IS 0.11

 M value IS 0.44

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#603D6C (or 0x603D6C) is known color: Honey Flower. HEX triplet: 60, 3D and 6C. RGB value is (96,61,108). Sum of RGB (Red+Green+Blue) = 96+61+108=265 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.23% from 265); Green value is 61 (24.22% from 255 or 23.02% from 265); Blue value is 108 (42.58% from 255 or 40.75% from 265); Max value from RGB is 108 - color contains mainly: blue. Hex color #603D6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603D6C is #9FC293. Grayscale: #4C4C4C. Windows color (decimal): -10470036 or 7093600. OLE color: 7093600.

HSL color Cylindrical-coordinate representation of color #603D6C: hue angle of 284.68º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #603D6C is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 96 61 108 -
CMYK 0.11 0.44 0 0.58
HSL 284.68º 0.28% 0.33% -
HSV(B) 284.68º 0.44% 0.42% -
XYZ 9.2 6.91 15.04 -
YUV 76.82 145.6 141.68 -
System Red Green Blue C M Y K H S L
Decimal 96 61 108 0.11 0.44 0 0.58 284.68 0.28 0.33
Hex 60 3D 6C B 2C 0 3A 11D 1C 21
Octal 140 75 154 13 54 0 72 435 34 41
Binary 1100000 111101 1101100 1011 101100 0 111010 100011101 11100 100001

Color Harmonies of #603D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603D6C

Black with #603D6C

Text Example


Text Example

White with #603D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,61,108); }

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

background-color css

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

 a { background-color: rgb(96,61,108); }

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

border-color css

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

 span { border-color: rgb(96,61,108); }

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