Html Css Color HEX #66427A Honey Flower

📋 copy color: '#66427A'

red 102 ◦ green 66 ◦ blue 122

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

Shades of Honey Flower #66427A

Tints of Honey Flower #66427A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 42.07%

R = 35.17%
G = 22.76%
B = 42.07%

CMYK

 C value IS 0.16

 M value IS 0.46

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#66427A (or 0x66427A) is known color: Honey Flower. HEX triplet: 66, 42 and 7A. RGB value is (102,66,122). Sum of RGB (Red+Green+Blue) = 102+66+122=290 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.17% from 290); Green value is 66 (26.17% from 255 or 22.76% from 290); Blue value is 122 (48.05% from 255 or 42.07% from 290); Max value from RGB is 122 - color contains mainly: blue. Hex color #66427A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66427A is #99BD85. Grayscale: #525252. Windows color (decimal): -10075526 or 8012390. OLE color: 8012390.

HSL color Cylindrical-coordinate representation of color #66427A: hue angle of 278.57º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #66427A is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 102 66 122 -
CMYK 0.16 0.46 0 0.52
HSL 278.57º 0.3% 0.37% -
HSV(B) 278.57º 0.46% 0.48% -
XYZ 10.94 8.13 19.4 -
YUV 83.15 149.93 141.45 -
System Red Green Blue C M Y K H S L
Decimal 102 66 122 0.16 0.46 0 0.52 278.57 0.3 0.37
Hex 66 42 7A 10 2E 0 34 117 1E 25
Octal 146 102 172 20 56 0 64 427 36 45
Binary 1100110 1000010 1111010 10000 101110 0 110100 100010111 11110 100101

Color Harmonies of #66427A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66427A

Black with #66427A

Text Example


Text Example

White with #66427A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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