Html Css Color HEX #66447D Honey Flower

📋 copy color: '#66447D'

red 102 ◦ green 68 ◦ blue 125

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

Shades of Honey Flower #66447D

Tints of Honey Flower #66447D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.05%

 BLUE value IS 125 (49.22% from 255) = 42.37%

R = 34.58%
G = 23.05%
B = 42.37%

CMYK

 C value IS 0.18

 M value IS 0.46

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#66447D (or 0x66447D) is known color: Honey Flower. HEX triplet: 66, 44 and 7D. RGB value is (102,68,125). Sum of RGB (Red+Green+Blue) = 102+68+125=295 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.58% from 295); Green value is 68 (26.95% from 255 or 23.05% from 295); Blue value is 125 (49.22% from 255 or 42.37% from 295); Max value from RGB is 125 - color contains mainly: blue. Hex color #66447D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66447D is #99BB82. Grayscale: #545454. Windows color (decimal): -10075011 or 8209510. OLE color: 8209510.

HSL color Cylindrical-coordinate representation of color #66447D: hue angle of 275.79º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #66447D is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 102 68 125 -
CMYK 0.18 0.46 0 0.51
HSL 275.79º 0.3% 0.38% -
HSV(B) 275.79º 0.46% 0.49% -
XYZ 11.25 8.44 20.44 -
YUV 84.66 150.76 140.37 -
System Red Green Blue C M Y K H S L
Decimal 102 68 125 0.18 0.46 0 0.51 275.79 0.3 0.38
Hex 66 44 7D 12 2E 0 33 114 1E 26
Octal 146 104 175 22 56 0 63 424 36 46
Binary 1100110 1000100 1111101 10010 101110 0 110011 100010100 11110 100110

Color Harmonies of #66447D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66447D

Black with #66447D

Text Example


Text Example

White with #66447D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66447D; }

 p { color: rgb(102,68,125); }

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

background-color css

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

 a { background-color: rgb(102,68,125); }

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

border-color css

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

 span { border-color: rgb(102,68,125); }

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