Html Css Color HEX #623196 Daisy Bush

📋 copy color: '#623196'

red 98 ◦ green 49 ◦ blue 150

#623196
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Daisy Bush #623196

Tints of Daisy Bush #623196

RGB

 RED value IS 98 (38.67% from 255) = 33%

 GREEN value IS 49 (19.53% from 255) = 16.5%

 BLUE value IS 150 (58.98% from 255) = 50.51%

R = 33%
G = 16.5%
B = 50.51%

CMYK

 C value IS 0.35

 M value IS 0.67

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#623196 (or 0x623196) is known color: Daisy Bush. HEX triplet: 62, 31 and 96. RGB value is (98,49,150). Sum of RGB (Red+Green+Blue) = 98+49+150=297 (39% of max value = 765). Red value is 98 (38.67% from 255 or 33.00% from 297); Green value is 49 (19.53% from 255 or 16.50% from 297); Blue value is 150 (58.98% from 255 or 50.51% from 297); Max value from RGB is 150 - color contains mainly: blue. Hex color #623196 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #623196 is #9DCE69. Grayscale: #4A4A4A. Windows color (decimal): -10341994 or 9843042. OLE color: 9843042.

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

Color convert

RGB 98 49 150 -
CMYK 0.35 0.67 0 0.41
HSL 269.11º 0.51% 0.39% -
HSV(B) 269.11º 0.67% 0.59% -
XYZ 11.64 7 29.59 -
YUV 75.17 170.23 144.29 -
System Red Green Blue C M Y K H S L
Decimal 98 49 150 0.35 0.67 0 0.41 269.11 0.51 0.39
Hex 62 31 96 23 43 0 29 10D 33 27
Octal 142 61 226 43 103 0 51 415 63 47
Binary 1100010 110001 10010110 100011 1000011 0 101001 100001101 110011 100111

Color Harmonies of #623196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #623196

Black with #623196

Text Example


Text Example

White with #623196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #623196; }

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

 H1.HeaderClassName
 {
   color: #623196;
 }
 .AnyTagClassName
 {
   color: #623196;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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