Html Css Color HEX #66428A Daisy Bush

📋 copy color: '#66428A'

red 102 ◦ green 66 ◦ blue 138

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

Shades of Daisy Bush #66428A

Tints of Daisy Bush #66428A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 45.1%

R = 33.33%
G = 21.57%
B = 45.1%

CMYK

 C value IS 0.26

 M value IS 0.52

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#66428A (or 0x66428A) is known color: Daisy Bush. HEX triplet: 66, 42 and 8A. RGB value is (102,66,138). Sum of RGB (Red+Green+Blue) = 102+66+138=306 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.33% from 306); Green value is 66 (26.17% from 255 or 21.57% from 306); Blue value is 138 (54.30% from 255 or 45.10% from 306); Max value from RGB is 138 - color contains mainly: blue. Hex color #66428A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66428A is #99BD75. Grayscale: #545454. Windows color (decimal): -10075510 or 9060966. OLE color: 9060966.

HSL color Cylindrical-coordinate representation of color #66428A: hue angle of 270º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #66428A is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 102 66 138 -
CMYK 0.26 0.52 0 0.46
HSL 270º 0.35% 0.4% -
HSV(B) 270º 0.52% 0.54% -
XYZ 12.02 8.56 25.06 -
YUV 84.97 157.93 140.15 -
System Red Green Blue C M Y K H S L
Decimal 102 66 138 0.26 0.52 0 0.46 270 0.35 0.4
Hex 66 42 8A 1A 34 0 2E 10E 23 28
Octal 146 102 212 32 64 0 56 416 43 50
Binary 1100110 1000010 10001010 11010 110100 0 101110 100001110 100011 101000

Color Harmonies of #66428A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66428A

Black with #66428A

Text Example


Text Example

White with #66428A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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