Html Css Color HEX #604166 Honey Flower

📋 copy color: '#604166'

red 96 ◦ green 65 ◦ blue 102

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

Shades of Honey Flower #604166

Tints of Honey Flower #604166

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.71%

 BLUE value IS 102 (40.23% from 255) = 38.78%

R = 36.5%
G = 24.71%
B = 38.78%

CMYK

 C value IS 0.06

 M value IS 0.36

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#604166 (or 0x604166) is known color: Honey Flower. HEX triplet: 60, 41 and 66. RGB value is (96,65,102). Sum of RGB (Red+Green+Blue) = 96+65+102=263 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.50% from 263); Green value is 65 (25.78% from 255 or 24.71% from 263); Blue value is 102 (40.23% from 255 or 38.78% from 263); Max value from RGB is 102 - color contains mainly: blue. Hex color #604166 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604166 is #9FBE99. Grayscale: #4E4E4E. Windows color (decimal): -10469018 or 6701408. OLE color: 6701408.

HSL color Cylindrical-coordinate representation of color #604166: hue angle of 290.27º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #604166 is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 96 65 102 -
CMYK 0.06 0.36 0 0.6
HSL 290.27º 0.22% 0.33% -
HSV(B) 290.27º 0.36% 0.4% -
XYZ 9.11 7.23 13.48 -
YUV 78.49 141.27 140.49 -
System Red Green Blue C M Y K H S L
Decimal 96 65 102 0.06 0.36 0 0.6 290.27 0.22 0.33
Hex 60 41 66 6 24 0 3C 122 16 21
Octal 140 101 146 6 44 0 74 442 26 41
Binary 1100000 1000001 1100110 110 100100 0 111100 100100010 10110 100001

Color Harmonies of #604166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604166

Black with #604166

Text Example


Text Example

White with #604166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604166; }

 p { color: rgb(96,65,102); }

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

background-color css

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

 a { background-color: rgb(96,65,102); }

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

border-color css

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

 span { border-color: rgb(96,65,102); }

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