#62347D

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

Shades of Kingfisher Daisy #62347D

Tints of Kingfisher Daisy #62347D

Color information

#62347D (or 0x62347D) is unknown color: approx Kingfisher Daisy. HEX triplet: 62, 34 and 7D. RGB value is (98,52,125). Sum of RGB (Red+Green+Blue) = 98+52+125=275 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.64% from 275); Green value is 52 (20.70% from 255 or 18.91% from 275); Blue value is 125 (49.22% from 255 or 45.45% from 275); Max value from RGB is 125 - color contains mainly: blue. Hex color #62347D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62347D is #9DCB82. Grayscale: #494949. Windows color (decimal): -10341251 or 8205410. OLE color: 8205410.

HSL color Cylindrical-coordinate representation of color #62347D: hue angle of 277.81º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #62347D is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9852125-
CMYK0.220.5800.51
HSL277.81º41.24%34.71%-
HSV(B)277.81º58.4%49.02%-
XYZ9.976.5320.14-
YUV74.08156.74145.06-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.64%
GREEN value IS 52 (20.70% from 255) = 18.91%
BLUE value IS 125 (49.22% from 255) = 45.45%
R=35.64%
G=18.91%
B=45.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal98521250.220.5800.51277.8141.2434.71
Hex62347D163A0331162923
Octal1426417526720634265143
Binary11000101101001111101101101110100110011100010110101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62347D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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