#622696

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

Shades of Kingfisher Daisy #622696

Tints of Kingfisher Daisy #622696

Color information

#622696 (or 0x622696) is unknown color: approx Kingfisher Daisy. HEX triplet: 62, 26 and 96. RGB value is (98,38,150). Sum of RGB (Red+Green+Blue) = 98+38+150=286 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.27% from 286); Green value is 38 (15.23% from 255 or 13.29% from 286); Blue value is 150 (58.98% from 255 or 52.45% from 286); Max value from RGB is 150 - color contains mainly: blue. Hex color #622696 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #622696 is #9DD969. Grayscale: #444444. Windows color (decimal): -10344810 or 9840226. OLE color: 9840226.

HSL color Cylindrical-coordinate representation of color #622696: hue angle of 272.14º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #622696 is Cyan = 0.35, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB9838150-
CMYK0.350.7500.41
HSL272.14º59.57%36.86%-
HSV(B)272.14º74.67%58.82%-
XYZ11.246.1829.46-
YUV68.71173.88148.89-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.27%
GREEN value IS 38 (15.23% from 255) = 13.29%
BLUE value IS 150 (58.98% from 255) = 52.45%
R=34.27%
G=13.29%
B=52.45%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal98381500.350.7500.41272.1459.5736.86
Hex622696234B0291103c25
Octal14246226431130514207445
Binary11000101001101001011010001110010110101001100010000111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622696; }

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

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

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

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

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

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

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

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