#622985

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

Shades of Kingfisher Daisy #622985

Tints of Kingfisher Daisy #622985

Color information

#622985 (or 0x622985) is unknown color: approx Kingfisher Daisy. HEX triplet: 62, 29 and 85. RGB value is (98,41,133). Sum of RGB (Red+Green+Blue) = 98+41+133=272 (36% of max value = 765). Red value is 98 (38.67% from 255 or 36.03% from 272); Green value is 41 (16.41% from 255 or 15.07% from 272); Blue value is 133 (52.34% from 255 or 48.90% from 272); Max value from RGB is 133 - color contains mainly: blue. Hex color #622985 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #622985 is #9DD67A. Grayscale: #444444. Windows color (decimal): -10344059 or 8726882. OLE color: 8726882.

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

Color convert

RGB9841133-
CMYK0.260.6900.48
HSL277.17º52.87%34.12%-
HSV(B)277.17º69.17%52.16%-
XYZ10.065.8822.79-
YUV68.53164.38149.02-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.03%
GREEN value IS 41 (16.41% from 255) = 15.07%
BLUE value IS 133 (52.34% from 255) = 48.90%
R=36.03%
G=15.07%
B=48.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal98411330.260.6900.48277.1752.8734.12
Hex6229851A450301153522
Octal14251205321050604256542
Binary1100010101001100001011101010001010110000100010101110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622985; }

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

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

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

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

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

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

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

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