#642092

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

Shades of Kingfisher Daisy #642092

Tints of Kingfisher Daisy #642092

Color information

#642092 (or 0x642092) is unknown color: approx Kingfisher Daisy. HEX triplet: 64, 20 and 92. RGB value is (100,32,146). Sum of RGB (Red+Green+Blue) = 100+32+146=278 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.97% from 278); Green value is 32 (12.89% from 255 or 11.51% from 278); Blue value is 146 (57.42% from 255 or 52.52% from 278); Max value from RGB is 146 - color contains mainly: blue. Hex color #642092 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642092 is #9BDF6D. Grayscale: #404040. Windows color (decimal): -10215278 or 9576548. OLE color: 9576548.

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

Color convert

RGB10032146-
CMYK0.320.7800.43
HSL275.79º64.04%34.9%-
HSV(B)275.79º78.08%57.25%-
XYZ10.965.8227.74-
YUV65.33173.53152.73-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.97%
GREEN value IS 32 (12.89% from 255) = 11.51%
BLUE value IS 146 (57.42% from 255) = 52.52%
R=35.97%
G=11.51%
B=52.52%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal100321460.320.7800.43275.7964.0434.9
Hex642092204E02B1144023
Octal144402224011605342410043
Binary110010010000010010010100000100111001010111000101001000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642092; }

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

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

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

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

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

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

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

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