Html Css Color HEX #664E98 Butterfly Bush

📋 copy color: '#664E98'

red 102 ◦ green 78 ◦ blue 152

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

Shades of Butterfly Bush #664E98

Tints of Butterfly Bush #664E98

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.49%

 BLUE value IS 152 (59.77% from 255) = 45.78%

R = 30.72%
G = 23.49%
B = 45.78%

CMYK

 C value IS 0.33

 M value IS 0.49

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#664E98 (or 0x664E98) is known color: Butterfly Bush. HEX triplet: 66, 4E and 98. RGB value is (102,78,152). Sum of RGB (Red+Green+Blue) = 102+78+152=332 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.72% from 332); Green value is 78 (30.86% from 255 or 23.49% from 332); Blue value is 152 (59.77% from 255 or 45.78% from 332); Max value from RGB is 152 - color contains mainly: blue. Hex color #664E98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #664E98 is #99B167. Grayscale: #5D5D5D. Windows color (decimal): -10072424 or 9981542. OLE color: 9981542.

HSL color Cylindrical-coordinate representation of color #664E98: hue angle of 259.46º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #664E98 is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 102 78 152 -
CMYK 0.33 0.49 0 0.40
HSL 259.46º 0.32% 0.45% -
HSV(B) 259.46º 0.49% 0.6% -
XYZ 13.87 10.54 31.01 -
YUV 93.61 160.95 133.98 -
System Red Green Blue C M Y K H S L
Decimal 102 78 152 0.33 0.49 0 0.40 259.46 0.32 0.45
Hex 66 4E 98 21 31 0 28 103 20 2D
Octal 146 116 230 41 61 0 50 403 40 55
Binary 1100110 1001110 10011000 100001 110001 0 101000 100000011 100000 101101

Color Harmonies of #664E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664E98

Black with #664E98

Text Example


Text Example

White with #664E98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664E98; }

 p { color: rgb(102,78,152); }

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

background-color css

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

 a { background-color: rgb(102,78,152); }

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

border-color css

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

 span { border-color: rgb(102,78,152); }

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