#62469B

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

Shades of Daisy Bush #62469B

Tints of Daisy Bush #62469B

Color information

#62469B (or 0x62469B) is unknown color: approx Daisy Bush. HEX triplet: 62, 46 and 9B. RGB value is (98,70,155). Sum of RGB (Red+Green+Blue) = 98+70+155=323 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.34% from 323); Green value is 70 (27.73% from 255 or 21.67% from 323); Blue value is 155 (60.94% from 255 or 47.99% from 323); Max value from RGB is 155 - color contains mainly: blue. Hex color #62469B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62469B is #9DB964. Grayscale: #575757. Windows color (decimal): -10336613 or 10176098. OLE color: 10176098.

HSL color Cylindrical-coordinate representation of color #62469B: hue angle of 259.76º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #62469B is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9870155-
CMYK0.370.5500.39
HSL259.76º37.78%44.12%-
HSV(B)259.76º54.84%60.78%-
XYZ13.149.3432.12-
YUV88.06165.78135.09-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.34%
GREEN value IS 70 (27.73% from 255) = 21.67%
BLUE value IS 155 (60.94% from 255) = 47.99%
R=30.34%
G=21.67%
B=47.99%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal98701550.370.5500.39259.7637.7844.12
Hex62469B2537027104262c
Octal14210623345670474044654
Binary11000101000110100110111001011101110100111100000100100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62469B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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