#62267C

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

Shades of Kingfisher Daisy #62267C

Tints of Kingfisher Daisy #62267C

Color information

#62267C (or 0x62267C) is unknown color: approx Kingfisher Daisy. HEX triplet: 62, 26 and 7C. RGB value is (98,38,124). Sum of RGB (Red+Green+Blue) = 98+38+124=260 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.69% from 260); Green value is 38 (15.23% from 255 or 14.62% from 260); Blue value is 124 (48.83% from 255 or 47.69% from 260); Max value from RGB is 124 - color contains mainly: blue. Hex color #62267C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62267C is #9DD983. Grayscale: #414141. Windows color (decimal): -10344836 or 8136290. OLE color: 8136290.

HSL color Cylindrical-coordinate representation of color #62267C: hue angle of 281.86º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #62267C is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9838124-
CMYK0.210.6900.51
HSL281.86º53.09%31.76%-
HSV(B)281.86º69.35%48.63%-
XYZ9.375.4419.62-
YUV65.74160.88151.01-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 37.69%
GREEN value IS 38 (15.23% from 255) = 14.62%
BLUE value IS 124 (48.83% from 255) = 47.69%
R=37.69%
G=14.62%
B=47.69%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal98381240.210.6900.51281.8653.0931.76
Hex62267C154503311a3520
Octal14246174251050634326540
Binary110001010011011111001010110001010110011100011010110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62267C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62267C; }

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

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

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

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

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

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

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

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