Html Css Color HEX #664080 Kingfisher Daisy

📋 copy color: '#664080'

red 102 ◦ green 64 ◦ blue 128

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

Shades of Kingfisher Daisy #664080

Tints of Kingfisher Daisy #664080

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.77%

 BLUE value IS 128 (50.39% from 255) = 43.54%

R = 34.69%
G = 21.77%
B = 43.54%

CMYK

 C value IS 0.20

 M value IS 0.5

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#664080 (or 0x664080) is known color: Kingfisher Daisy. HEX triplet: 66, 40 and 80. RGB value is (102,64,128). Sum of RGB (Red+Green+Blue) = 102+64+128=294 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.69% from 294); Green value is 64 (25.39% from 255 or 21.77% from 294); Blue value is 128 (50.39% from 255 or 43.54% from 294); Max value from RGB is 128 - color contains mainly: blue. Hex color #664080 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664080 is #99BF7F. Grayscale: #525252. Windows color (decimal): -10076032 or 8405094. OLE color: 8405094.

HSL color Cylindrical-coordinate representation of color #664080: hue angle of 275.62º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #664080 is Cyan = 0.20, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 102 64 128 -
CMYK 0.20 0.5 0 0.50
HSL 275.63º 0.33% 0.38% -
HSV(B) 275.63º 0.5% 0.5% -
XYZ 11.21 8.05 21.39 -
YUV 82.66 153.59 141.8 -
System Red Green Blue C M Y K H S L
Decimal 102 64 128 0.20 0.5 0 0.50 275.63 0.33 0.38
Hex 66 40 80 14 32 0 32 114 21 26
Octal 146 100 200 24 62 0 62 424 41 46
Binary 1100110 1000000 10000000 10100 110010 0 110010 100010100 100001 100110

Color Harmonies of #664080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664080

Black with #664080

Text Example


Text Example

White with #664080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664080; }

 p { color: rgb(102,64,128); }

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

background-color css

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

 a { background-color: rgb(102,64,128); }

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

border-color css

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

 span { border-color: rgb(102,64,128); }

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