#622686

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

Shades of Kingfisher Daisy #622686

Tints of Kingfisher Daisy #622686

Color information

#622686 (or 0x622686) is unknown color: approx Kingfisher Daisy. HEX triplet: 62, 26 and 86. RGB value is (98,38,134). Sum of RGB (Red+Green+Blue) = 98+38+134=270 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.30% from 270); Green value is 38 (15.23% from 255 or 14.07% from 270); Blue value is 134 (52.73% from 255 or 49.63% from 270); Max value from RGB is 134 - color contains mainly: blue. Hex color #622686 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #622686 is #9DD979. Grayscale: #424242. Windows color (decimal): -10344826 or 8791650. OLE color: 8791650.

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

Color convert

RGB9838134-
CMYK0.270.7200.47
HSL277.5º55.81%33.73%-
HSV(B)277.5º71.64%52.55%-
XYZ10.035.723.13-
YUV66.88165.88150.19-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.30%
GREEN value IS 38 (15.23% from 255) = 14.07%
BLUE value IS 134 (52.73% from 255) = 49.63%
R=36.30%
G=14.07%
B=49.63%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal98381340.270.7200.47277.555.8133.73
Hex6226861B4802F1163822
Octal14246206331100574267042
Binary1100010100110100001101101110010000101111100010110111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622686; }

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

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

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

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

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

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

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

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