#623F96

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

Shades of Daisy Bush #623F96

Tints of Daisy Bush #623F96

Color information

#623F96 (or 0x623F96) is unknown color: approx Daisy Bush. HEX triplet: 62, 3F and 96. RGB value is (98,63,150). Sum of RGB (Red+Green+Blue) = 98+63+150=311 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.51% from 311); Green value is 63 (25% from 255 or 20.26% from 311); Blue value is 150 (58.98% from 255 or 48.23% from 311); Max value from RGB is 150 - color contains mainly: blue. Hex color #623F96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #623F96 is #9DC069. Grayscale: #535353. Windows color (decimal): -10338410 or 9846626. OLE color: 9846626.

HSL color Cylindrical-coordinate representation of color #623F96: hue angle of 264.14º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #623F96 is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB9863150-
CMYK0.350.5800.41
HSL264.14º40.85%41.76%-
HSV(B)264.14º58%58.82%-
XYZ12.328.3529.82-
YUV83.38165.6138.43-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.51%
GREEN value IS 63 (25% from 255) = 20.26%
BLUE value IS 150 (58.98% from 255) = 48.23%
R=31.51%
G=20.26%
B=48.23%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal98631500.350.5800.41264.1440.8541.76
Hex623F96233A029108292a
Octal1427722643720514105152
Binary1100010111111100101101000111110100101001100001000101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #623F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #623F96; }

 p { color: rgb(98,63,150); }

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

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

 a { background-color: rgb(98,63,150); }

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

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

 span { border-color: rgb(98,63,150); }

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