#664281

Color #664281 Kingfisher Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kingfisher Daisy #664281

Tints of Kingfisher Daisy #664281

Color information

#664281 (or 0x664281) is unknown color: approx Kingfisher Daisy. HEX triplet: 66, 42 and 81. RGB value is (102,66,129). Sum of RGB (Red+Green+Blue) = 102+66+129=297 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.34% from 297); Green value is 66 (26.17% from 255 or 22.22% from 297); Blue value is 129 (50.78% from 255 or 43.43% from 297); Max value from RGB is 129 - color contains mainly: blue. Hex color #664281 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664281 is #99BD7E. Grayscale: #535353. Windows color (decimal): -10075519 or 8471142. OLE color: 8471142.

HSL color Cylindrical-coordinate representation of color #664281: hue angle of 274.29º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #664281 is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10266129-
CMYK0.210.4900.49
HSL274.29º32.31%38.24%-
HSV(B)274.29º48.84%50.59%-
XYZ11.398.3121.77-
YUV83.95153.43140.88-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.34%
GREEN value IS 66 (26.17% from 255) = 22.22%
BLUE value IS 129 (50.78% from 255) = 43.43%
R=34.34%
G=22.22%
B=43.43%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal102661290.210.4900.49274.2932.3138.24
Hex66428115310311122026
Octal14610220125610614224046
Binary1100110100001010000001101011100010110001100010010100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664281; }

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

 H1.HeaderClassName
 {
   color: #664281;
 }
 .AnyTagClassName
 {
   color: #664281;
 }
</style>
background-color css

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

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

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

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

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

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