#634484

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

Shades of Kingfisher Daisy #634484

Tints of Kingfisher Daisy #634484

Color information

#634484 (or 0x634484) is unknown color: approx Kingfisher Daisy. HEX triplet: 63, 44 and 84. RGB value is (99,68,132). Sum of RGB (Red+Green+Blue) = 99+68+132=299 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.11% from 299); Green value is 68 (26.95% from 255 or 22.74% 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 #634484 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #634484 is #9CBB7B. Grayscale: #545454. Windows color (decimal): -10271612 or 8668259. OLE color: 8668259.

HSL color Cylindrical-coordinate representation of color #634484: hue angle of 269.06º degrees, saturation: 0.32, 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 #634484 is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9968132-
CMYK0.250.4800.48
HSL269.06º32%39.22%-
HSV(B)269.06º48.48%51.76%-
XYZ11.388.4522.86-
YUV84.56154.77138.3-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33.11%
GREEN value IS 68 (26.95% from 255) = 22.74%
BLUE value IS 132 (51.95% from 255) = 44.15%
R=33.11%
G=22.74%
B=44.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal99681320.250.4800.48269.063239.22
Hex634484193003010d2027
Octal14310420431600604154047
Binary1100011100010010000100110011100000110000100001101100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634484; }

 p { color: rgb(99,68,132); }

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

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

 a { background-color: rgb(99,68,132); }

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

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

 span { border-color: rgb(99,68,132); }

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