#623095

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

Shades of Daisy Bush #623095

Tints of Daisy Bush #623095

Color information

#623095 (or 0x623095) is unknown color: approx Daisy Bush. HEX triplet: 62, 30 and 95. RGB value is (98,48,149). Sum of RGB (Red+Green+Blue) = 98+48+149=295 (39% of max value = 765). Red value is 98 (38.67% from 255 or 33.22% from 295); Green value is 48 (19.14% from 255 or 16.27% from 295); Blue value is 149 (58.59% from 255 or 50.51% from 295); Max value from RGB is 149 - color contains mainly: blue. Hex color #623095 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #623095 is #9DCF6A. Grayscale: #4A4A4A. Windows color (decimal): -10342251 or 9777250. OLE color: 9777250.

HSL color Cylindrical-coordinate representation of color #623095: hue angle of 269.7º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #623095 is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9848149-
CMYK0.340.6800.42
HSL269.7º51.27%38.63%-
HSV(B)269.7º67.79%58.43%-
XYZ11.526.8829.15-
YUV74.46170.06144.79-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.22%
GREEN value IS 48 (19.14% from 255) = 16.27%
BLUE value IS 149 (58.59% from 255) = 50.51%
R=33.22%
G=16.27%
B=50.51%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal98481490.340.6800.42269.751.2738.63
Hex623095224402A10e3327
Octal14260225421040524166347
Binary11000101100001001010110001010001000101010100001110110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #623095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #623095; }

 p { color: rgb(98,48,149); }

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

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

 a { background-color: rgb(98,48,149); }

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

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

 span { border-color: rgb(98,48,149); }

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