#622090

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

Shades of Kingfisher Daisy #622090

Tints of Kingfisher Daisy #622090

Color information

#622090 (or 0x622090) is unknown color: approx Kingfisher Daisy. HEX triplet: 62, 20 and 90. RGB value is (98,32,144). Sum of RGB (Red+Green+Blue) = 98+32+144=274 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.77% from 274); Green value is 32 (12.89% from 255 or 11.68% from 274); Blue value is 144 (56.64% from 255 or 52.55% from 274); Max value from RGB is 144 - color contains mainly: blue. Hex color #622090 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #622090 is #9DDF6F. Grayscale: #404040. Windows color (decimal): -10346352 or 9445474. OLE color: 9445474.

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

Color convert

RGB9832144-
CMYK0.320.7800.44
HSL275.36º63.64%34.51%-
HSV(B)275.36º77.78%56.47%-
XYZ10.595.6426.92-
YUV64.5172.87151.89-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.77%
GREEN value IS 32 (12.89% from 255) = 11.68%
BLUE value IS 144 (56.64% from 255) = 52.55%
R=35.77%
G=11.68%
B=52.55%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal98321440.320.7800.44275.3663.6434.51
Hex622090204E02C1134023
Octal142402204011605442310043
Binary110001010000010010000100000100111001011001000100111000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622090; }

 p { color: rgb(98,32,144); }

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

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

 a { background-color: rgb(98,32,144); }

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

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

 span { border-color: rgb(98,32,144); }

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