#622882

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

Shades of Kingfisher Daisy #622882

Tints of Kingfisher Daisy #622882

Color information

#622882 (or 0x622882) is unknown color: approx Kingfisher Daisy. HEX triplet: 62, 28 and 82. RGB value is (98,40,130). Sum of RGB (Red+Green+Blue) = 98+40+130=268 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.57% from 268); Green value is 40 (16.02% from 255 or 14.93% from 268); Blue value is 130 (51.17% from 255 or 48.51% from 268); Max value from RGB is 130 - color contains mainly: blue. Hex color #622882 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #622882 is #9DD77D. Grayscale: #434343. Windows color (decimal): -10344318 or 8530018. OLE color: 8530018.

HSL color Cylindrical-coordinate representation of color #622882: hue angle of 278.67º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #622882 is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9840130-
CMYK0.250.6900.49
HSL278.67º52.94%33.33%-
HSV(B)278.67º69.23%50.98%-
XYZ9.835.7321.71-
YUV67.6163.22149.68-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.57%
GREEN value IS 40 (16.02% from 255) = 14.93%
BLUE value IS 130 (51.17% from 255) = 48.51%
R=36.57%
G=14.93%
B=48.51%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal98401300.250.6900.49278.6752.9433.33
Hex62288219450311173521
Octal14250202311050614276541
Binary1100010101000100000101100110001010110001100010111110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622882; }

 p { color: rgb(98,40,130); }

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

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

 a { background-color: rgb(98,40,130); }

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

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

 span { border-color: rgb(98,40,130); }

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