#62438E

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

Shades of Daisy Bush #62438E

Tints of Daisy Bush #62438E

Color information

#62438E (or 0x62438E) is unknown color: approx Daisy Bush. HEX triplet: 62, 43 and 8E. RGB value is (98,67,142). Sum of RGB (Red+Green+Blue) = 98+67+142=307 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.92% from 307); Green value is 67 (26.56% from 255 or 21.82% from 307); Blue value is 142 (55.86% from 255 or 46.25% from 307); Max value from RGB is 142 - color contains mainly: blue. Hex color #62438E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62438E is #9DBC71. Grayscale: #545454. Windows color (decimal): -10337394 or 9323362. OLE color: 9323362.

HSL color Cylindrical-coordinate representation of color #62438E: hue angle of 264.8º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #62438E is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9867142-
CMYK0.310.5300.44
HSL264.8º35.89%40.98%-
HSV(B)264.8º52.82%55.69%-
XYZ11.938.5626.62-
YUV84.82160.27137.4-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.92%
GREEN value IS 67 (26.56% from 255) = 21.82%
BLUE value IS 142 (55.86% from 255) = 46.25%
R=31.92%
G=21.82%
B=46.25%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal98671420.310.5300.44264.835.8940.98
Hex62438E1F3502C1092429
Octal14210321637650544114451
Binary1100010100001110001110111111101010101100100001001100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62438E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62438E; }

 p { color: rgb(98,67,142); }

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

<style>
 a { background-color: #62438E; }

 a { background-color: rgb(98,67,142); }

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

<style>
 span { border-color: #62438E; }

 span { border-color: rgb(98,67,142); }

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