#654284

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

Shades of Kingfisher Daisy #654284

Tints of Kingfisher Daisy #654284

Color information

#654284 (or 0x654284) is unknown color: approx Kingfisher Daisy. HEX triplet: 65, 42 and 84. RGB value is (101,66,132). Sum of RGB (Red+Green+Blue) = 101+66+132=299 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.78% from 299); Green value is 66 (26.17% from 255 or 22.07% from 299); Blue value is 132 (51.95% from 255 or 44.15% from 299); Max value from RGB is 132 - color contains mainly: blue. Hex color #654284 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #654284 is #9ABD7B. Grayscale: #535353. Windows color (decimal): -10141052 or 8667749. OLE color: 8667749.

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

Color convert

RGB10166132-
CMYK0.230.500.48
HSL271.82º33.33%38.82%-
HSV(B)271.82º50%51.76%-
XYZ11.488.3322.83-
YUV83.99155.1140.13-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.78%
GREEN value IS 66 (26.17% from 255) = 22.07%
BLUE value IS 132 (51.95% from 255) = 44.15%
R=33.78%
G=22.07%
B=44.15%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal101661320.230.500.48271.8233.3338.82
Hex65428417320301102127
Octal14510220427620604204147
Binary1100101100001010000100101111100100110000100010000100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654284; }

 p { color: rgb(101,66,132); }

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

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

 a { background-color: rgb(101,66,132); }

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

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

 span { border-color: rgb(101,66,132); }

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