Html Css Color HEX #66427D Honey Flower

📋 copy color: '#66427D'

red 102 ◦ green 66 ◦ blue 125

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

Shades of Honey Flower #66427D

Tints of Honey Flower #66427D

RGB

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

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

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

R = 34.81%
G = 22.53%
B = 42.66%

CMYK

 C value IS 0.18

 M value IS 0.47

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#66427D (or 0x66427D) is known color: Honey Flower. HEX triplet: 66, 42 and 7D. RGB value is (102,66,125). Sum of RGB (Red+Green+Blue) = 102+66+125=293 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.81% from 293); Green value is 66 (26.17% from 255 or 22.53% from 293); Blue value is 125 (49.22% from 255 or 42.66% from 293); Max value from RGB is 125 - color contains mainly: blue. Hex color #66427D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66427D is #99BD82. Grayscale: #535353. Windows color (decimal): -10075523 or 8208998. OLE color: 8208998.

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

Color convert

RGB 102 66 125 -
CMYK 0.18 0.47 0 0.51
HSL 276.61º 0.31% 0.37% -
HSV(B) 276.61º 0.47% 0.49% -
XYZ 11.13 8.2 20.4 -
YUV 83.49 151.43 141.2 -
System Red Green Blue C M Y K H S L
Decimal 102 66 125 0.18 0.47 0 0.51 276.61 0.31 0.37
Hex 66 42 7D 12 2F 0 33 115 1F 25
Octal 146 102 175 22 57 0 63 425 37 45
Binary 1100110 1000010 1111101 10010 101111 0 110011 100010101 11111 100101

Color Harmonies of #66427D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66427D

Black with #66427D

Text Example


Text Example

White with #66427D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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