#62358B

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

Shades of Kingfisher Daisy #62358B

Tints of Kingfisher Daisy #62358B

Color information

#62358B (or 0x62358B) is unknown color: approx Kingfisher Daisy. HEX triplet: 62, 35 and 8B. RGB value is (98,53,139). Sum of RGB (Red+Green+Blue) = 98+53+139=290 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.79% from 290); Green value is 53 (21.09% from 255 or 18.28% from 290); Blue value is 139 (54.69% from 255 or 47.93% from 290); Max value from RGB is 139 - color contains mainly: blue. Hex color #62358B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62358B is #9DCA74. Grayscale: #4B4B4B. Windows color (decimal): -10340981 or 9123170. OLE color: 9123170.

HSL color Cylindrical-coordinate representation of color #62358B: hue angle of 271.4º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #62358B is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9853139-
CMYK0.290.6200.45
HSL271.4º44.79%37.65%-
HSV(B)271.4º61.87%54.51%-
XYZ10.977.0125.2-
YUV76.26163.41143.51-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.79%
GREEN value IS 53 (21.09% from 255) = 18.28%
BLUE value IS 139 (54.69% from 255) = 47.93%
R=33.79%
G=18.28%
B=47.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal98531390.290.6200.45271.444.7937.65
Hex62358B1D3E02D10f2d26
Octal1426521335760554175546
Binary110001011010110001011111011111100101101100001111101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62358B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62358B; }

 p { color: rgb(98,53,139); }

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

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

 a { background-color: rgb(98,53,139); }

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

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

 span { border-color: rgb(98,53,139); }

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