#62347F

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

Shades of Kingfisher Daisy #62347F

Tints of Kingfisher Daisy #62347F

Color information

#62347F (or 0x62347F) is unknown color: approx Kingfisher Daisy. HEX triplet: 62, 34 and 7F. RGB value is (98,52,127). Sum of RGB (Red+Green+Blue) = 98+52+127=277 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.38% from 277); Green value is 52 (20.70% from 255 or 18.77% from 277); Blue value is 127 (50% from 255 or 45.85% from 277); Max value from RGB is 127 - color contains mainly: blue. Hex color #62347F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62347F is #9DCB80. Grayscale: #4A4A4A. Windows color (decimal): -10341249 or 8336482. OLE color: 8336482.

HSL color Cylindrical-coordinate representation of color #62347F: hue angle of 276.8º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #62347F is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9852127-
CMYK0.230.5900.50
HSL276.8º41.9%35.1%-
HSV(B)276.8º59.06%49.8%-
XYZ10.16.5820.82-
YUV74.3157.74144.9-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.38%
GREEN value IS 52 (20.70% from 255) = 18.77%
BLUE value IS 127 (50% from 255) = 45.85%
R=35.38%
G=18.77%
B=45.85%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal98521270.230.5900.50276.841.935.1
Hex62347F173B0321152a23
Octal1426417727730624255243
Binary11000101101001111111101111110110110010100010101101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62347F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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