#634481

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

Shades of Kingfisher Daisy #634481

Tints of Kingfisher Daisy #634481

Color information

#634481 (or 0x634481) is unknown color: approx Kingfisher Daisy. HEX triplet: 63, 44 and 81. RGB value is (99,68,129). Sum of RGB (Red+Green+Blue) = 99+68+129=296 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.45% from 296); Green value is 68 (26.95% from 255 or 22.97% from 296); Blue value is 129 (50.78% from 255 or 43.58% from 296); Max value from RGB is 129 - color contains mainly: blue. Hex color #634481 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #634481 is #9CBB7E. Grayscale: #545454. Windows color (decimal): -10271615 or 8471651. OLE color: 8471651.

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

Color convert

RGB9968129-
CMYK0.230.4700.49
HSL270.49º30.96%38.63%-
HSV(B)270.49º47.29%50.59%-
XYZ11.188.3721.8-
YUV84.22153.27138.54-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33.45%
GREEN value IS 68 (26.95% from 255) = 22.97%
BLUE value IS 129 (50.78% from 255) = 43.58%
R=33.45%
G=22.97%
B=43.58%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal99681290.230.4700.49270.4930.9638.63
Hex634481172F03110e1f27
Octal14310420127570614163747
Binary110001110001001000000110111101111011000110000111011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634481; }

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

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

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

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

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

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

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

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