#664584

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

Shades of Kingfisher Daisy #664584

Tints of Kingfisher Daisy #664584

Color information

#664584 (or 0x664584) is unknown color: approx Kingfisher Daisy. HEX triplet: 66, 45 and 84. RGB value is (102,69,132). Sum of RGB (Red+Green+Blue) = 102+69+132=303 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.66% from 303); Green value is 69 (27.34% from 255 or 22.77% from 303); Blue value is 132 (51.95% from 255 or 43.56% from 303); Max value from RGB is 132 - color contains mainly: blue. Hex color #664584 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664584 is #99BA7B. Grayscale: #555555. Windows color (decimal): -10074748 or 8668518. OLE color: 8668518.

HSL color Cylindrical-coordinate representation of color #664584: hue angle of 271.43º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #664584 is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10269132-
CMYK0.230.4800.48
HSL271.43º31.34%39.41%-
HSV(B)271.43º47.73%51.76%-
XYZ11.778.7522.9-
YUV86.05153.93139.38-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.66%
GREEN value IS 69 (27.34% from 255) = 22.77%
BLUE value IS 132 (51.95% from 255) = 43.56%
R=33.66%
G=22.77%
B=43.56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal102691320.230.4800.48271.4331.3439.41
Hex664584173003010f1f27
Octal14610520427600604173747
Binary110011010001011000010010111110000011000010000111111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664584; }

 p { color: rgb(102,69,132); }

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

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

 a { background-color: rgb(102,69,132); }

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

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

 span { border-color: rgb(102,69,132); }

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