#634881

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

Shades of Kingfisher Daisy #634881

Tints of Kingfisher Daisy #634881

Color information

#634881 (or 0x634881) is unknown color: approx Kingfisher Daisy. HEX triplet: 63, 48 and 81. RGB value is (99,72,129). Sum of RGB (Red+Green+Blue) = 99+72+129=300 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33% from 300); Green value is 72 (28.52% from 255 or 24% from 300); Blue value is 129 (50.78% from 255 or 43% from 300); Max value from RGB is 129 - color contains mainly: blue. Hex color #634881 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #634881 is #9CB77E. Grayscale: #565656. Windows color (decimal): -10270591 or 8472675. OLE color: 8472675.

HSL color Cylindrical-coordinate representation of color #634881: hue angle of 268.42º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #634881 is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9972129-
CMYK0.230.4400.49
HSL268.42º28.36%39.41%-
HSV(B)268.42º44.19%50.59%-
XYZ11.438.8721.88-
YUV86.57151.95136.87-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33%
GREEN value IS 72 (28.52% from 255) = 24%
BLUE value IS 129 (50.78% from 255) = 43%
R=33%
G=24%
B=43%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal99721290.230.4400.49268.4228.3639.41
Hex634881172C03110c1c27
Octal14311020127540614143447
Binary110001110010001000000110111101100011000110000110011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634881; }

 p { color: rgb(99,72,129); }

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

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

 a { background-color: rgb(99,72,129); }

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

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

 span { border-color: rgb(99,72,129); }

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