#62358C

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

Shades of Kingfisher Daisy #62358C

Tints of Kingfisher Daisy #62358C

Color information

#62358C (or 0x62358C) is unknown color: approx Kingfisher Daisy. HEX triplet: 62, 35 and 8C. RGB value is (98,53,140). Sum of RGB (Red+Green+Blue) = 98+53+140=291 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.68% from 291); Green value is 53 (21.09% from 255 or 18.21% from 291); Blue value is 140 (55.08% from 255 or 48.11% from 291); Max value from RGB is 140 - color contains mainly: blue. Hex color #62358C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62358C is #9DCA73. Grayscale: #4C4C4C. Windows color (decimal): -10340980 or 9188706. OLE color: 9188706.

HSL color Cylindrical-coordinate representation of color #62358C: hue angle of 271.03º 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 #62358C is Cyan = 0.3, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9853140-
CMYK0.30.6200.45
HSL271.03º45.08%37.84%-
HSV(B)271.03º62.14%54.9%-
XYZ11.047.0425.59-
YUV76.37163.91143.43-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.68%
GREEN value IS 53 (21.09% from 255) = 18.21%
BLUE value IS 140 (55.08% from 255) = 48.11%
R=33.68%
G=18.21%
B=48.11%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal98531400.30.6200.45271.0345.0837.84
Hex62358C1E3E02D10f2d26
Octal1426521436760554175546
Binary110001011010110001100111101111100101101100001111101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62358C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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