#62377D

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

Shades of Kingfisher Daisy #62377D

Tints of Kingfisher Daisy #62377D

Color information

#62377D (or 0x62377D) is unknown color: approx Kingfisher Daisy. HEX triplet: 62, 37 and 7D. RGB value is (98,55,125). Sum of RGB (Red+Green+Blue) = 98+55+125=278 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.25% from 278); Green value is 55 (21.88% from 255 or 19.78% from 278); Blue value is 125 (49.22% from 255 or 44.96% from 278); Max value from RGB is 125 - color contains mainly: blue. Hex color #62377D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62377D is #9DC882. Grayscale: #4B4B4B. Windows color (decimal): -10340483 or 8206178. OLE color: 8206178.

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

Color convert

RGB9855125-
CMYK0.220.5600.51
HSL276.86º38.89%35.29%-
HSV(B)276.86º56%49.02%-
XYZ10.16.8120.18-
YUV75.84155.75143.81-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.25%
GREEN value IS 55 (21.88% from 255) = 19.78%
BLUE value IS 125 (49.22% from 255) = 44.96%
R=35.25%
G=19.78%
B=44.96%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal98551250.220.5600.51276.8638.8935.29
Hex62377D16380331152723
Octal1426717526700634254743
Binary11000101101111111101101101110000110011100010101100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62377D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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