#634880

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

Shades of Kingfisher Daisy #634880

Tints of Kingfisher Daisy #634880

Color information

#634880 (or 0x634880) is unknown color: approx Kingfisher Daisy. HEX triplet: 63, 48 and 80. RGB value is (99,72,128). Sum of RGB (Red+Green+Blue) = 99+72+128=299 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.11% from 299); Green value is 72 (28.52% from 255 or 24.08% from 299); Blue value is 128 (50.39% from 255 or 42.81% from 299); Max value from RGB is 128 - color contains mainly: blue. Hex color #634880 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #634880 is #9CB77F. Grayscale: #565656. Windows color (decimal): -10270592 or 8407139. OLE color: 8407139.

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

Color convert

RGB9972128-
CMYK0.230.4400.50
HSL268.93º28%39.22%-
HSV(B)268.93º43.75%50.2%-
XYZ11.368.8521.53-
YUV86.46151.45136.95-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33.11%
GREEN value IS 72 (28.52% from 255) = 24.08%
BLUE value IS 128 (50.39% from 255) = 42.81%
R=33.11%
G=24.08%
B=42.81%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal99721280.230.4400.50268.932839.22
Hex634880172C03210d1c27
Octal14311020027540624153447
Binary110001110010001000000010111101100011001010000110111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634880; }

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

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

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

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

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

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

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

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