#62267D

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

Shades of Kingfisher Daisy #62267D

Tints of Kingfisher Daisy #62267D

Color information

#62267D (or 0x62267D) is unknown color: approx Kingfisher Daisy. HEX triplet: 62, 26 and 7D. RGB value is (98,38,125). Sum of RGB (Red+Green+Blue) = 98+38+125=261 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.55% from 261); Green value is 38 (15.23% from 255 or 14.56% from 261); Blue value is 125 (49.22% from 255 or 47.89% from 261); Max value from RGB is 125 - color contains mainly: blue. Hex color #62267D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62267D is #9DD982. Grayscale: #414141. Windows color (decimal): -10344835 or 8201826. OLE color: 8201826.

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

Color convert

RGB9838125-
CMYK0.220.7000.51
HSL281.38º53.37%31.96%-
HSV(B)281.38º69.6%49.02%-
XYZ9.435.4619.96-
YUV65.86161.38150.93-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 37.55%
GREEN value IS 38 (15.23% from 255) = 14.56%
BLUE value IS 125 (49.22% from 255) = 47.89%
R=37.55%
G=14.56%
B=47.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal98381250.220.7000.51281.3853.3731.96
Hex62267D16460331193520
Octal14246175261060634316540
Binary110001010011011111011011010001100110011100011001110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62267D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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