Html Css Color HEX #603A6A Honey Flower

📋 copy color: '#603A6A'

red 96 ◦ green 58 ◦ blue 106

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

Shades of Honey Flower #603A6A

Tints of Honey Flower #603A6A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.31%

 BLUE value IS 106 (41.8% from 255) = 40.77%

R = 36.92%
G = 22.31%
B = 40.77%

CMYK

 C value IS 0.09

 M value IS 0.45

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#603A6A (or 0x603A6A) is known color: Honey Flower. HEX triplet: 60, 3A and 6A. RGB value is (96,58,106). Sum of RGB (Red+Green+Blue) = 96+58+106=260 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.92% from 260); Green value is 58 (23.05% from 255 or 22.31% from 260); Blue value is 106 (41.80% from 255 or 40.77% from 260); Max value from RGB is 106 - color contains mainly: blue. Hex color #603A6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603A6A is #9FC595. Grayscale: #4A4A4A. Windows color (decimal): -10470806 or 6961760. OLE color: 6961760.

HSL color Cylindrical-coordinate representation of color #603A6A: hue angle of 287.5º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #603A6A is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 96 58 106 -
CMYK 0.09 0.45 0 0.58
HSL 287.5º 0.29% 0.32% -
HSV(B) 287.5º 0.45% 0.42% -
XYZ 8.94 6.55 14.43 -
YUV 74.83 145.59 143.1 -
System Red Green Blue C M Y K H S L
Decimal 96 58 106 0.09 0.45 0 0.58 287.5 0.29 0.32
Hex 60 3A 6A 9 2D 0 3A 120 1D 20
Octal 140 72 152 11 55 0 72 440 35 40
Binary 1100000 111010 1101010 1001 101101 0 111010 100100000 11101 100000

Color Harmonies of #603A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603A6A

Black with #603A6A

Text Example


Text Example

White with #603A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,58,106); }

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

background-color css

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

 a { background-color: rgb(96,58,106); }

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

border-color css

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

 span { border-color: rgb(96,58,106); }

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