#62468C

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

Shades of Daisy Bush #62468C

Tints of Daisy Bush #62468C

Color information

#62468C (or 0x62468C) is unknown color: approx Daisy Bush. HEX triplet: 62, 46 and 8C. RGB value is (98,70,140). Sum of RGB (Red+Green+Blue) = 98+70+140=308 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.82% from 308); Green value is 70 (27.73% from 255 or 22.73% from 308); Blue value is 140 (55.08% from 255 or 45.45% from 308); Max value from RGB is 140 - color contains mainly: blue. Hex color #62468C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62468C is #9DB973. Grayscale: #565656. Windows color (decimal): -10336628 or 9193058. OLE color: 9193058.

HSL color Cylindrical-coordinate representation of color #62468C: hue angle of 264º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #62468C is Cyan = 0.3, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9870140-
CMYK0.30.5000.45
HSL264º33.33%41.18%-
HSV(B)264º50%54.9%-
XYZ11.968.8725.89-
YUV86.35158.28136.31-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.82%
GREEN value IS 70 (27.73% from 255) = 22.73%
BLUE value IS 140 (55.08% from 255) = 45.45%
R=31.82%
G=22.73%
B=45.45%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal98701400.30.5000.4526433.3341.18
Hex62468C1E3202D1082129
Octal14210621436620554104151
Binary1100010100011010001100111101100100101101100001000100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62468C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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