#622285

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

Shades of Kingfisher Daisy #622285

Tints of Kingfisher Daisy #622285

Color information

#622285 (or 0x622285) is unknown color: approx Kingfisher Daisy. HEX triplet: 62, 22 and 85. RGB value is (98,34,133). Sum of RGB (Red+Green+Blue) = 98+34+133=265 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.98% from 265); Green value is 34 (13.67% from 255 or 12.83% from 265); Blue value is 133 (52.34% from 255 or 50.19% from 265); Max value from RGB is 133 - color contains mainly: blue. Hex color #622285 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #622285 is #9DDD7A. Grayscale: #404040. Windows color (decimal): -10345851 or 8725090. OLE color: 8725090.

HSL color Cylindrical-coordinate representation of color #622285: hue angle of 278.79º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #622285 is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9834133-
CMYK0.260.7400.48
HSL278.79º59.28%32.75%-
HSV(B)278.79º74.44%52.16%-
XYZ9.845.4322.72-
YUV64.42166.7151.95-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.98%
GREEN value IS 34 (13.67% from 255) = 12.83%
BLUE value IS 133 (52.34% from 255) = 50.19%
R=36.98%
G=12.83%
B=50.19%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal98341330.260.7400.48278.7959.2832.75
Hex6222851A4A0301173b21
Octal14242205321120604277341
Binary1100010100010100001011101010010100110000100010111111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622285; }

 p { color: rgb(98,34,133); }

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

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

 a { background-color: rgb(98,34,133); }

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

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

 span { border-color: rgb(98,34,133); }

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