Html Css Color HEX #663B8C Daisy Bush

📋 copy color: '#663B8C'

red 102 ◦ green 59 ◦ blue 140

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

Shades of Daisy Bush #663B8C

Tints of Daisy Bush #663B8C

RGB

 RED value IS 102 (40.23% from 255) = 33.89%

 GREEN value IS 59 (23.44% from 255) = 19.6%

 BLUE value IS 140 (55.08% from 255) = 46.51%

R = 33.89%
G = 19.6%
B = 46.51%

CMYK

 C value IS 0.27

 M value IS 0.58

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#663B8C (or 0x663B8C) is known color: Daisy Bush. HEX triplet: 66, 3B and 8C. RGB value is (102,59,140). Sum of RGB (Red+Green+Blue) = 102+59+140=301 (39% of max value = 765). Red value is 102 (40.23% from 255 or 33.89% from 301); Green value is 59 (23.44% from 255 or 19.60% from 301); Blue value is 140 (55.08% from 255 or 46.51% from 301); Max value from RGB is 140 - color contains mainly: blue. Hex color #663B8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663B8C is #99C473. Grayscale: #505050. Windows color (decimal): -10077300 or 9190246. OLE color: 9190246.

HSL color Cylindrical-coordinate representation of color #663B8C: hue angle of 271.85º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #663B8C is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 102 59 140 -
CMYK 0.27 0.58 0 0.45
HSL 271.85º 0.41% 0.39% -
HSV(B) 271.85º 0.58% 0.55% -
XYZ 11.78 7.85 25.7 -
YUV 81.09 161.25 142.91 -
System Red Green Blue C M Y K H S L
Decimal 102 59 140 0.27 0.58 0 0.45 271.85 0.41 0.39
Hex 66 3B 8C 1B 3A 0 2D 110 29 27
Octal 146 73 214 33 72 0 55 420 51 47
Binary 1100110 111011 10001100 11011 111010 0 101101 100010000 101001 100111

Color Harmonies of #663B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663B8C

Black with #663B8C

Text Example


Text Example

White with #663B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663B8C; }

 p { color: rgb(102,59,140); }

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

background-color css

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

 a { background-color: rgb(102,59,140); }

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

border-color css

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

 span { border-color: rgb(102,59,140); }

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