Html Css Color HEX #68619B Scampi

📋 copy color: '#68619B'

red 104 ◦ green 97 ◦ blue 155

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

Shades of Scampi #68619B

Tints of Scampi #68619B

RGB

 RED value IS 104 (41.02% from 255) = 29.21%

 GREEN value IS 97 (38.28% from 255) = 27.25%

 BLUE value IS 155 (60.94% from 255) = 43.54%

R = 29.21%
G = 27.25%
B = 43.54%

CMYK

 C value IS 0.33

 M value IS 0.37

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#68619B (or 0x68619B) is known color: Scampi. HEX triplet: 68, 61 and 9B. RGB value is (104,97,155). Sum of RGB (Red+Green+Blue) = 104+97+155=356 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.21% from 356); Green value is 97 (38.28% from 255 or 27.25% from 356); Blue value is 155 (60.94% from 255 or 43.54% from 356); Max value from RGB is 155 - color contains mainly: blue. Hex color #68619B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68619B is #979E64. Grayscale: #696969. Windows color (decimal): -9936485 or 10183016. OLE color: 10183016.

HSL color Cylindrical-coordinate representation of color #68619B: hue angle of 247.24º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #68619B is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 104 97 155 -
CMYK 0.33 0.37 0 0.39
HSL 247.24º 0.23% 0.49% -
HSV(B) 247.24º 0.37% 0.61% -
XYZ 15.9 13.86 32.85 -
YUV 105.71 155.82 126.78 -
System Red Green Blue C M Y K H S L
Decimal 104 97 155 0.33 0.37 0 0.39 247.24 0.23 0.49
Hex 68 61 9B 21 25 0 27 F7 17 31
Octal 150 141 233 41 45 0 47 367 27 61
Binary 1101000 1100001 10011011 100001 100101 0 100111 11110111 10111 110001

Color Harmonies of #68619B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68619B

Black with #68619B

Text Example


Text Example

White with #68619B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68619B; }

 p { color: rgb(104,97,155); }

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

background-color css

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

 a { background-color: rgb(104,97,155); }

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

border-color css

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

 span { border-color: rgb(104,97,155); }

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