#642992

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

Shades of Kingfisher Daisy #642992

Tints of Kingfisher Daisy #642992

Color information

#642992 (or 0x642992) is unknown color: approx Kingfisher Daisy. HEX triplet: 64, 29 and 92. RGB value is (100,41,146). Sum of RGB (Red+Green+Blue) = 100+41+146=287 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.84% from 287); Green value is 41 (16.41% from 255 or 14.29% from 287); Blue value is 146 (57.42% from 255 or 50.87% from 287); Max value from RGB is 146 - color contains mainly: blue. Hex color #642992 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642992 is #9BD66D. Grayscale: #464646. Windows color (decimal): -10212974 or 9578852. OLE color: 9578852.

HSL color Cylindrical-coordinate representation of color #642992: hue angle of 273.71º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #642992 is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB10041146-
CMYK0.320.7200.43
HSL273.71º56.15%36.67%-
HSV(B)273.71º71.92%57.25%-
XYZ11.246.3727.83-
YUV70.61170.55148.96-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.84%
GREEN value IS 41 (16.41% from 255) = 14.29%
BLUE value IS 146 (57.42% from 255) = 50.87%
R=34.84%
G=14.29%
B=50.87%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal100411460.320.7200.43273.7156.1536.67
Hex642992204802B1123825
Octal14451222401100534227045
Binary11001001010011001001010000010010000101011100010010111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642992; }

 p { color: rgb(100,41,146); }

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

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

 a { background-color: rgb(100,41,146); }

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

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

 span { border-color: rgb(100,41,146); }

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