Html Css Color HEX #66397D Honey Flower

📋 copy color: '#66397D'

red 102 ◦ green 57 ◦ blue 125

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

Shades of Honey Flower #66397D

Tints of Honey Flower #66397D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.07%

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

R = 35.92%
G = 20.07%
B = 44.01%

CMYK

 C value IS 0.18

 M value IS 0.54

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#66397D (or 0x66397D) is known color: Honey Flower. HEX triplet: 66, 39 and 7D. RGB value is (102,57,125). Sum of RGB (Red+Green+Blue) = 102+57+125=284 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.92% from 284); Green value is 57 (22.66% from 255 or 20.07% from 284); Blue value is 125 (49.22% from 255 or 44.01% from 284); Max value from RGB is 125 - color contains mainly: blue. Hex color #66397D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66397D is #99C682. Grayscale: #4D4D4D. Windows color (decimal): -10077827 or 8206694. OLE color: 8206694.

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

Color convert

RGB 102 57 125 -
CMYK 0.18 0.54 0 0.51
HSL 279.71º 0.37% 0.36% -
HSV(B) 279.71º 0.54% 0.49% -
XYZ 10.64 7.23 20.24 -
YUV 78.21 154.41 144.97 -
System Red Green Blue C M Y K H S L
Decimal 102 57 125 0.18 0.54 0 0.51 279.71 0.37 0.36
Hex 66 39 7D 12 36 0 33 118 25 24
Octal 146 71 175 22 66 0 63 430 45 44
Binary 1100110 111001 1111101 10010 110110 0 110011 100011000 100101 100100

Color Harmonies of #66397D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66397D

Black with #66397D

Text Example


Text Example

White with #66397D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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