Html Css Color HEX #664393 Daisy Bush

📋 copy color: '#664393'

red 102 ◦ green 67 ◦ blue 147

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

Shades of Daisy Bush #664393

Tints of Daisy Bush #664393

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.2%

 BLUE value IS 147 (57.81% from 255) = 46.52%

R = 32.28%
G = 21.2%
B = 46.52%

CMYK

 C value IS 0.31

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#664393 (or 0x664393) is known color: Daisy Bush. HEX triplet: 66, 43 and 93. RGB value is (102,67,147). Sum of RGB (Red+Green+Blue) = 102+67+147=316 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.28% from 316); Green value is 67 (26.56% from 255 or 21.20% from 316); Blue value is 147 (57.81% from 255 or 46.52% from 316); Max value from RGB is 147 - color contains mainly: blue. Hex color #664393 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664393 is #99BC6C. Grayscale: #565656. Windows color (decimal): -10075245 or 9651046. OLE color: 9651046.

HSL color Cylindrical-coordinate representation of color #664393: hue angle of 266.25º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #664393 is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 102 67 147 -
CMYK 0.31 0.54 0 0.42
HSL 266.25º 0.37% 0.42% -
HSV(B) 266.25º 0.54% 0.58% -
XYZ 12.75 8.95 28.66 -
YUV 86.59 162.1 139 -
System Red Green Blue C M Y K H S L
Decimal 102 67 147 0.31 0.54 0 0.42 266.25 0.37 0.42
Hex 66 43 93 1F 36 0 2A 10A 25 2A
Octal 146 103 223 37 66 0 52 412 45 52
Binary 1100110 1000011 10010011 11111 110110 0 101010 100001010 100101 101010

Color Harmonies of #664393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664393

Black with #664393

Text Example


Text Example

White with #664393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664393; }

 p { color: rgb(102,67,147); }

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

background-color css

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

 a { background-color: rgb(102,67,147); }

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

border-color css

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

 span { border-color: rgb(102,67,147); }

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