#622C85

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

Shades of Kingfisher Daisy #622C85

Tints of Kingfisher Daisy #622C85

Color information

#622C85 (or 0x622C85) is unknown color: approx Kingfisher Daisy. HEX triplet: 62, 2C and 85. RGB value is (98,44,133). Sum of RGB (Red+Green+Blue) = 98+44+133=275 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.64% from 275); Green value is 44 (17.58% from 255 or 16% from 275); Blue value is 133 (52.34% from 255 or 48.36% from 275); Max value from RGB is 133 - color contains mainly: blue. Hex color #622C85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #622C85 is #9DD37A. Grayscale: #454545. Windows color (decimal): -10343291 or 8727650. OLE color: 8727650.

HSL color Cylindrical-coordinate representation of color #622C85: hue angle of 276.4º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #622C85 is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9844133-
CMYK0.260.6700.48
HSL276.4º50.28%34.71%-
HSV(B)276.4º66.92%52.16%-
XYZ10.176.0922.83-
YUV70.29163.39147.76-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.64%
GREEN value IS 44 (17.58% from 255) = 16%
BLUE value IS 133 (52.34% from 255) = 48.36%
R=35.64%
G=16%
B=48.36%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal98441330.260.6700.48276.450.2834.71
Hex622C851A430301143223
Octal14254205321030604246243
Binary1100010101100100001011101010000110110000100010100110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622C85; }

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

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

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

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

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

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

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

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