#634182

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

Shades of Kingfisher Daisy #634182

Tints of Kingfisher Daisy #634182

Color information

#634182 (or 0x634182) is unknown color: approx Kingfisher Daisy. HEX triplet: 63, 41 and 82. RGB value is (99,65,130). Sum of RGB (Red+Green+Blue) = 99+65+130=294 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.67% from 294); Green value is 65 (25.78% from 255 or 22.11% from 294); Blue value is 130 (51.17% from 255 or 44.22% from 294); Max value from RGB is 130 - color contains mainly: blue. Hex color #634182 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #634182 is #9CBE7D. Grayscale: #525252. Windows color (decimal): -10272382 or 8536419. OLE color: 8536419.

HSL color Cylindrical-coordinate representation of color #634182: hue angle of 271.38º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #634182 is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9965130-
CMYK0.240.5000.49
HSL271.38º33.33%38.24%-
HSV(B)271.38º50%50.98%-
XYZ11.078.0422.09-
YUV82.58154.76139.71-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33.67%
GREEN value IS 65 (25.78% from 255) = 22.11%
BLUE value IS 130 (51.17% from 255) = 44.22%
R=33.67%
G=22.11%
B=44.22%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal99651300.240.5000.49271.3833.3338.24
Hex634182183203110f2126
Octal14310120230620614174146
Binary1100011100000110000010110001100100110001100001111100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634182; }

 p { color: rgb(99,65,130); }

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

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

 a { background-color: rgb(99,65,130); }

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

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

 span { border-color: rgb(99,65,130); }

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