Html Css Color HEX #664271 Honey Flower

📋 copy color: '#664271'

red 102 ◦ green 66 ◦ blue 113

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

Shades of Honey Flower #664271

Tints of Honey Flower #664271

RGB

 RED value IS 102 (40.23% from 255) = 36.3%

 GREEN value IS 66 (26.17% from 255) = 23.49%

 BLUE value IS 113 (44.53% from 255) = 40.21%

R = 36.3%
G = 23.49%
B = 40.21%

CMYK

 C value IS 0.10

 M value IS 0.42

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#664271 (or 0x664271) is known color: Honey Flower. HEX triplet: 66, 42 and 71. RGB value is (102,66,113). Sum of RGB (Red+Green+Blue) = 102+66+113=281 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.30% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 113 (44.53% from 255 or 40.21% from 281); Max value from RGB is 113 - color contains mainly: blue. Hex color #664271 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664271 is #99BD8E. Grayscale: #515151. Windows color (decimal): -10075535 or 7422566. OLE color: 7422566.

HSL color Cylindrical-coordinate representation of color #664271: hue angle of 285.96º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #664271 is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 102 66 113 -
CMYK 0.10 0.42 0 0.56
HSL 285.96º 0.26% 0.35% -
HSV(B) 285.96º 0.42% 0.44% -
XYZ 10.41 7.91 16.6 -
YUV 82.12 145.43 142.18 -
System Red Green Blue C M Y K H S L
Decimal 102 66 113 0.10 0.42 0 0.56 285.96 0.26 0.35
Hex 66 42 71 A 2A 0 38 11E 1A 23
Octal 146 102 161 12 52 0 70 436 32 43
Binary 1100110 1000010 1110001 1010 101010 0 111000 100011110 11010 100011

Color Harmonies of #664271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664271

Black with #664271

Text Example


Text Example

White with #664271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664271; }

 p { color: rgb(102,66,113); }

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

background-color css

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

 a { background-color: rgb(102,66,113); }

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

border-color css

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

 span { border-color: rgb(102,66,113); }

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