#62468B

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

Shades of Daisy Bush #62468B

Tints of Daisy Bush #62468B

Color information

#62468B (or 0x62468B) is unknown color: approx Daisy Bush. HEX triplet: 62, 46 and 8B. RGB value is (98,70,139). Sum of RGB (Red+Green+Blue) = 98+70+139=307 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.92% from 307); Green value is 70 (27.73% from 255 or 22.80% from 307); Blue value is 139 (54.69% from 255 or 45.28% from 307); Max value from RGB is 139 - color contains mainly: blue. Hex color #62468B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62468B is #9DB974. Grayscale: #555555. Windows color (decimal): -10336629 or 9127522. OLE color: 9127522.

HSL color Cylindrical-coordinate representation of color #62468B: hue angle of 264.35º 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 #62468B is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9870139-
CMYK0.290.5000.45
HSL264.35º33.01%40.98%-
HSV(B)264.35º49.64%54.51%-
XYZ11.898.8425.51-
YUV86.24157.78136.39-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.92%
GREEN value IS 70 (27.73% from 255) = 22.80%
BLUE value IS 139 (54.69% from 255) = 45.28%
R=31.92%
G=22.80%
B=45.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal98701390.290.5000.45264.3533.0140.98
Hex62468B1D3202D1082129
Octal14210621335620554104151
Binary1100010100011010001011111011100100101101100001000100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62468B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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