#622886

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

Shades of Kingfisher Daisy #622886

Tints of Kingfisher Daisy #622886

Color information

#622886 (or 0x622886) is unknown color: approx Kingfisher Daisy. HEX triplet: 62, 28 and 86. RGB value is (98,40,134). Sum of RGB (Red+Green+Blue) = 98+40+134=272 (36% of max value = 765). Red value is 98 (38.67% from 255 or 36.03% from 272); Green value is 40 (16.02% from 255 or 14.71% from 272); Blue value is 134 (52.73% from 255 or 49.26% from 272); Max value from RGB is 134 - color contains mainly: blue. Hex color #622886 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #622886 is #9DD779. Grayscale: #434343. Windows color (decimal): -10344314 or 8792162. OLE color: 8792162.

HSL color Cylindrical-coordinate representation of color #622886: hue angle of 277.02º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #622886 is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9840134-
CMYK0.270.7000.47
HSL277.02º54.02%34.12%-
HSV(B)277.02º70.15%52.55%-
XYZ10.15.8423.15-
YUV68.06165.22149.36-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.03%
GREEN value IS 40 (16.02% from 255) = 14.71%
BLUE value IS 134 (52.73% from 255) = 49.26%
R=36.03%
G=14.71%
B=49.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal98401340.270.7000.47277.0254.0234.12
Hex6228861B4602F1153622
Octal14250206331060574256642
Binary1100010101000100001101101110001100101111100010101110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622886; }

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

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

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

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

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

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

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

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