#634081

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

Shades of Kingfisher Daisy #634081

Tints of Kingfisher Daisy #634081

Color information

#634081 (or 0x634081) is unknown color: approx Kingfisher Daisy. HEX triplet: 63, 40 and 81. RGB value is (99,64,129). Sum of RGB (Red+Green+Blue) = 99+64+129=292 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.90% from 292); Green value is 64 (25.39% from 255 or 21.92% from 292); Blue value is 129 (50.78% from 255 or 44.18% from 292); Max value from RGB is 129 - color contains mainly: blue. Hex color #634081 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #634081 is #9CBF7E. Grayscale: #515151. Windows color (decimal): -10272639 or 8470627. OLE color: 8470627.

HSL color Cylindrical-coordinate representation of color #634081: hue angle of 272.31º degrees, saturation: 0.34, 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 #634081 is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9964129-
CMYK0.230.5000.49
HSL272.31º33.68%37.84%-
HSV(B)272.31º50.39%50.59%-
XYZ10.947.921.72-
YUV81.88154.6140.21-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33.90%
GREEN value IS 64 (25.39% from 255) = 21.92%
BLUE value IS 129 (50.78% from 255) = 44.18%
R=33.90%
G=21.92%
B=44.18%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal99641290.230.5000.49272.3133.6837.84
Hex63408117320311102226
Octal14310020127620614204246
Binary1100011100000010000001101111100100110001100010000100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634081; }

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

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

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

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

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

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

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

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